Skip to content

Commit

Permalink
Fix delete workflow action not working
Browse files Browse the repository at this point in the history
  • Loading branch information
DarianShawn committed Jul 27, 2022
1 parent de185af commit 288b7ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/delete-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2.0.3
uses: c-hive/gha-remove-artifacts@v1
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 45
keep_minimum_runs: 30
age: "45 days" # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
# Optional inputs
skip-tags: true
skip-recent: 30

0 comments on commit 288b7ee

Please sign in to comment.