Skip to content

Commit 9ca4265

Browse files
committed
Check for BLOCKING_FAILURE string value
1 parent 12c8a5a commit 9ca4265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
- No changeset formatting errors detected.
6262
# Don't want it to throw before editing the comment.
6363
- name: Fail if checker script logged a blocking failure
64-
if: ${{steps.check-changeset.outputs.BLOCKING_FAILURE}}
64+
if: ${{steps.check-changeset.outputs.BLOCKING_FAILURE == 'true'}}
6565
run: exit 1

0 commit comments

Comments
 (0)