Compare more context

This commit is contained in:
Curtis Vogt
2025-01-24 08:32:26 -06:00
parent e81fae1916
commit ef17b41963
2 changed files with 25 additions and 12 deletions

View File

@@ -18,8 +18,12 @@ jobs:
id: export
run: |
jq -c <<<"$github_json" >github.json
jq -c <<<"$env_json" >env.json
jq -c <<<"$job_json" >job.json
env:
github_json: ${{ toJSON(github) }}
env_json: ${{ toJSON(env) }}
job_json: ${{ toJSON(job) }}
- uses: actions/upload-artifact@v4
with:
name: reusable-context