Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jolevesq authored Feb 22, 2023
1 parent 84c74d8 commit fbb9407
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: '30 days' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
age: '60 days' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
skip-recent: 5
# Optional inputs
# skip-tags: true
# skip-recent: 5
Expand Down

0 comments on commit fbb9407

Please sign in to comment.