Skip to content

Commit ab5d336

Browse files
committed
Better logging for all-good
1 parent 2bcbe01 commit ab5d336

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/all-good.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
if [ -n "$PR_HEAD_SHA" ] && [ "$PR_HEAD_SHA" != "$COMMIT" ]; then
106106
echo "$pr_response" | jq -r '.check_runs[] | select(.conclusion != "success") | .name' | sed 's/^/ - /'
107107
fi
108+
echo "$commit_response"
109+
echo "$pr_response"
108110
exit 1
109111
fi
110112
done

0 commit comments

Comments
 (0)