From 3c0b62a82e1239cd98d6b8a7aac2810610feb746 Mon Sep 17 00:00:00 2001 From: Andy Chen Date: Tue, 7 May 2024 15:29:20 -0700 Subject: [PATCH] fix(dependency): rename jungwinter to winterjung --- prerelease/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prerelease/action.yaml b/prerelease/action.yaml index 136e6a3..3e5deaa 100644 --- a/prerelease/action.yaml +++ b/prerelease/action.yaml @@ -223,7 +223,7 @@ runs: body-includes: "" - name: Delete previous release note if: steps.fc-prerelease.outputs.comment-id != '' - uses: jungwinter/comment@v1 + uses: winterjung/comment@v1 with: type: delete comment_id: ${{ steps.fc-prerelease.outputs.comment-id }}