Skip to content

Commit 83bdb1a

Browse files
committed
Oops 🤦
1 parent 3514d57 commit 83bdb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/wgutils-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Now get the result in JSON
3737
CHECKS_OUTPUT="$(gh pr checks ${{ github.event.pull_request.number }} --required --json bucket --jq 'map(.bucket == "pass") | all' 2>&1 || true)"
3838
39-
if [[ "$CHECKS_OUTPUT" == "pass" ]]; then
39+
if [[ "$CHECKS_OUTPUT" == "true" ]]; then
4040
echo "$CHECKS_OUTPUT"
4141
else
4242
echo "PR state failed? $CHECKS_OUTPUT"

0 commit comments

Comments
 (0)