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 32397af commit 7610db8Copy full SHA for 7610db8
.github/workflows/check-changeset.yml
@@ -47,7 +47,10 @@ jobs:
47
yarn ts-node-script scripts/ci/check_changeset.ts
48
id: check-changeset
49
- name: Print changeset checker output
50
- run: echo "${{steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}"
+ run: |
51
+ cat << 'eof_delimiter_that_will_never_occur_in_CHANGESET_ERROR_MESSAGE'
52
+ ${{steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
53
+ eof_delimiter_that_will_never_occur_in_CHANGESET_ERROR_MESSAGE
54
- name: Print blocking failure status
55
run: echo "${{steps.check-changeset.outputs.BLOCKING_FAILURE}}"
56
- name: Find Comment
0 commit comments