fixup! Check for differences in github context

This commit is contained in:
Curtis Vogt
2025-01-23 15:46:17 -06:00
parent f5316fefee
commit a216f5035e

View File

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