We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3d53a commit 7167124Copy full SHA for 7167124
.github/workflows/workflow-cleanup.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Delete old workflow runs
16
- uses: bfren/delete-workflow-runs@main
+ uses: bfren/delete-workflow-runs@v2
17
with:
18
token: ${{ secrets.GITHUB_TOKEN }}
19
repository: ${{ github.repository }}
0 commit comments