mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 01:16:54 +08:00
fixup! Check for differences in github context
This commit is contained in:
4
.github/workflows/ReusableWorkflow.yml
vendored
4
.github/workflows/ReusableWorkflow.yml
vendored
@@ -25,6 +25,8 @@ jobs:
|
||||
run: |
|
||||
{
|
||||
echo "github-json<<EOF"
|
||||
jq <<<"${{ toJSON(github) }}"
|
||||
jq <<<"$github_context"
|
||||
echo "EOF"
|
||||
} | tee -a "$GITHUB_OUTPUT"
|
||||
env:
|
||||
github_context: ${{ toJSON(github) }}
|
||||
|
||||
Reference in New Issue
Block a user