We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b361580 commit 3c0b62aCopy full SHA for 3c0b62a
prerelease/action.yaml
@@ -223,7 +223,7 @@ runs:
223
body-includes: "<!-- prerelease comment -->"
224
- name: Delete previous release note
225
if: steps.fc-prerelease.outputs.comment-id != ''
226
- uses: jungwinter/comment@v1
+ uses: winterjung/comment@v1
227
with:
228
type: delete
229
comment_id: ${{ steps.fc-prerelease.outputs.comment-id }}
0 commit comments