We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c202fb4 commit 4d8a6b6Copy full SHA for 4d8a6b6
lint-release-notes/action.yaml
@@ -79,7 +79,7 @@ runs:
79
body-includes: "<!-- release notes preview comment -->"
80
- name: Delete previous release note
81
if: steps.fc-release-notes.outputs.comment-id != ''
82
- uses: jungwinter/comment@v1
+ uses: winterjung/comment@v1
83
with:
84
type: delete
85
comment_id: ${{ steps.fc-release-notes.outputs.comment-id }}
@@ -121,7 +121,7 @@ runs:
121
body-includes: "<!-- breaking changes comment -->"
122
- name: Delete previous breaking changes comment
123
if: steps.fc-breaking-changes.outputs.comment-id != ''
124
125
126
127
comment_id: ${{ steps.fc-breaking-changes.outputs.comment-id }}
0 commit comments