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 }}