fixup! Check for differences in github context

This commit is contained in:
Curtis Vogt
2025-01-23 15:51:36 -06:00
parent a216f5035e
commit fd02edc686

View File

@@ -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 }}