fixup! Use upload for passing context

This commit is contained in:
Curtis Vogt
2025-01-24 08:24:39 -06:00
parent 1c132479c0
commit e81fae1916

View File

@@ -56,5 +56,5 @@ jobs:
echo "::endgroup::"
echo "::group::Diff"
diff <(echo "$a") <(echo "$b")
diff <(jq <<<"$a") <(jq <<<"$b")
echo "::endgroup::"