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