fixup! Check for differences in github context

This commit is contained in:
Curtis Vogt
2025-01-23 15:43:05 -06:00
parent 11cd6b1ef0
commit f5316fefee

View File

@@ -20,10 +20,11 @@ jobs:
version: "1"
- name: Save cache
uses: ./
- id: export
- name: Export
id: export
run: |
{
echo "github-json<<EOF"
echo "${{ toJSON(github) }}"
jq <<<"${{ toJSON(github) }}"
echo "EOF"
} | tee -a "$GITHUB_OUTPUT"