From 6566d2a246bafd88aba754518357bbf01390a069 Mon Sep 17 00:00:00 2001 From: Darryl Vo Date: Tue, 7 May 2024 22:47:10 +0000 Subject: [PATCH] fix: fix winterjung package --- check/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check/action.yaml b/check/action.yaml index e462e0d..0361be3 100644 --- a/check/action.yaml +++ b/check/action.yaml @@ -78,7 +78,7 @@ runs: - name: Delete instructions comment if: (steps.changes.outputs.secret-templates != 'true' || success()) && steps.fc.outputs.comment-id != '' - uses: jungwinter/comment@v1 + uses: winterjung/comment@v1 with: type: delete comment_id: ${{ steps.fc.outputs.comment-id }}