From 6d522f7b03bc63697aa59a3af255592f97bc36fe Mon Sep 17 00:00:00 2001 From: Daniel Himmelstein Date: Tue, 9 Jan 2024 14:56:25 -0500 Subject: [PATCH] README: note materialized context --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d70a7bb..cc50f8c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Search for workflow runs by event type: - [workflow_dispatch](https://github.com/dhimmel/dump-actions-context/actions?query=event:workflow_dispatch) - [schedule](https://github.com/dhimmel/dump-actions-context/actions?query=event:schedule) +Contexts are also combined into a single JSON file and written back to the repository in the [`contexts`](contexts) directory. + References: - https://docs.github.com/en/actions/learn-github-actions/contexts#example-printing-context-information-to-the-log