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 bf3b497 commit b0d4c71Copy full SHA for b0d4c71
.github/workflows/clean-workflow-logs.yml
@@ -21,7 +21,7 @@ jobs:
21
permissions:
22
actions: write
23
steps:
24
- - uses: igorjs/gh-actions-clean-workflow@v6
+ - uses: igorjs/gh-actions-clean-workflow@v7
25
with:
26
runs_older_than: ${{ github.event.inputs.runs_older_than || env.SCHEDULED_RUNS_OLDER_THAN }}
27
runs_to_keep: ${{ github.event.inputs.runs_to_keep || env.SCHEDULED_RUNS_TO_KEEP }}
0 commit comments