From 2913825b2c5387210bc5561ad9700145125e563a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Ikebe Date: Sat, 1 Jun 2024 20:55:12 +0900 Subject: [PATCH] ci: rename action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3db031..618dbfb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: needs: test steps: - name: Retry failed jobs - uses: hourki-actions/retry@v1 + uses: hourki-actions/retry-workflow-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} workflow_run_id: ${{ github.run_id }}