mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Better logging for all-good
This commit is contained in:
parent
2bcbe01ea5
commit
ab5d33647d
2
.github/workflows/all-good.yaml
vendored
2
.github/workflows/all-good.yaml
vendored
@ -105,6 +105,8 @@ jobs:
|
||||
if [ -n "$PR_HEAD_SHA" ] && [ "$PR_HEAD_SHA" != "$COMMIT" ]; then
|
||||
echo "$pr_response" | jq -r '.check_runs[] | select(.conclusion != "success") | .name' | sed 's/^/ - /'
|
||||
fi
|
||||
echo "$commit_response"
|
||||
echo "$pr_response"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user