mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 17:36:53 +08:00
fixup! Check for differences in github context
This commit is contained in:
3
.github/workflows/ReusableTest.yml
vendored
3
.github/workflows/ReusableTest.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
|
||||
duplicate:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
steps:
|
||||
- run: jq <"$GITHUB_EVENT_PATH"
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
@@ -37,4 +38,4 @@ jobs:
|
||||
echo "::endgroup::"
|
||||
env:
|
||||
a: ${{ toJSON(github) }}
|
||||
b: ${{ needs.duplicate.outputs.github-json }}
|
||||
b: ${{ needs.trigger.outputs.github-json }}
|
||||
|
||||
Reference in New Issue
Block a user