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 2ddbd4e commit 08bb87bCopy full SHA for 08bb87b
.github/workflows/check-changeset.yml
@@ -68,10 +68,10 @@ jobs:
68
### Changeset File Check :warning:
69
${{steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
70
- name: Update comment (missing packages)
71
- if: ${{steps.fc.outputs.comment-id}}
+ if: ${{steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
72
uses: peter-evans/create-or-update-comment@v4
73
with:
74
- comment-id: ${{steps.fc.outputs.comment-id}} && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
+ comment-id: ${{steps.fc.outputs.comment-id}}
75
edit-mode: replace
76
body: |
77
0 commit comments