Skip to content

Commit

Permalink
fix(dependency): rename jungwinter to winterjung
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingandyyy committed May 7, 2024
1 parent c202fb4 commit 4d8a6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint-release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
body-includes: "<!-- release notes preview comment -->"
- name: Delete previous release note
if: steps.fc-release-notes.outputs.comment-id != ''
uses: jungwinter/comment@v1
uses: winterjung/comment@v1
with:
type: delete
comment_id: ${{ steps.fc-release-notes.outputs.comment-id }}
Expand Down Expand Up @@ -121,7 +121,7 @@ runs:
body-includes: "<!-- breaking changes comment -->"
- name: Delete previous breaking changes comment
if: steps.fc-breaking-changes.outputs.comment-id != ''
uses: jungwinter/comment@v1
uses: winterjung/comment@v1
with:
type: delete
comment_id: ${{ steps.fc-breaking-changes.outputs.comment-id }}
Expand Down

0 comments on commit 4d8a6b6

Please sign in to comment.