mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 09:26:53 +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: |
|
run: |
|
||||||
{
|
{
|
||||||
echo "github-json<<EOF"
|
echo "github-json<<EOF"
|
||||||
jq <<<"${{ toJSON(github) }}"
|
jq <<<"$github_context"
|
||||||
echo "EOF"
|
echo "EOF"
|
||||||
} | tee -a "$GITHUB_OUTPUT"
|
} | tee -a "$GITHUB_OUTPUT"
|
||||||
|
env:
|
||||||
|
github_context: ${{ toJSON(github) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user