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:
3
.github/workflows/ReusableTest.yml
vendored
3
.github/workflows/ReusableTest.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
|||||||
|
|
||||||
duplicate:
|
duplicate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
steps:
|
steps:
|
||||||
- run: jq <"$GITHUB_EVENT_PATH"
|
- run: jq <"$GITHUB_EVENT_PATH"
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
@@ -37,4 +38,4 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
env:
|
env:
|
||||||
a: ${{ toJSON(github) }}
|
a: ${{ toJSON(github) }}
|
||||||
b: ${{ needs.duplicate.outputs.github-json }}
|
b: ${{ needs.trigger.outputs.github-json }}
|
||||||
|
|||||||
Reference in New Issue
Block a user