We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c8a5a commit 9ca4265Copy full SHA for 9ca4265
.github/workflows/check-changeset.yml
@@ -61,5 +61,5 @@ jobs:
61
- No changeset formatting errors detected.
62
# Don't want it to throw before editing the comment.
63
- name: Fail if checker script logged a blocking failure
64
- if: ${{steps.check-changeset.outputs.BLOCKING_FAILURE}}
+ if: ${{steps.check-changeset.outputs.BLOCKING_FAILURE == 'true'}}
65
run: exit 1
0 commit comments