mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 17:36:53 +08:00
Compare more context
This commit is contained in:
4
.github/workflows/ReusableWorkflow.yml
vendored
4
.github/workflows/ReusableWorkflow.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user