fixup! Compare more context

This commit is contained in:
Curtis Vogt
2025-01-24 08:43:28 -06:00
parent ef17b41963
commit 41be7ea14c
2 changed files with 17 additions and 1 deletions

View File

@@ -20,10 +20,17 @@ jobs:
jq -c <<<"$github_json" >github.json
jq -c <<<"$env_json" >env.json
jq -c <<<"$job_json" >job.json
jq -c <<<"$steps_json" >steps.json
jq -c <<<"$runner_json" >runner.json
jq -c <<<"$inputs_json" >inputs.json
jq -n env >env_vars.json
env:
github_json: ${{ toJSON(github) }}
env_json: ${{ toJSON(env) }}
job_json: ${{ toJSON(job) }}
steps_json: ${{ toJSON(steps) }}
runner_json: ${{ toJSON(runner) }}
inputs_json: ${{ toJSON(inputs) }}
- uses: actions/upload-artifact@v4
with:
name: reusable-context