mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
Update remove-artifacts.yml
This commit is contained in:
parent
51b75854a7
commit
2c2a4902fc
4
.github/workflows/remove-artifacts.yml
vendored
4
.github/workflows/remove-artifacts.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
steps:
|
||||
- name: Remove old artifacts
|
||||
uses: c-hive/gha-remove-artifacts@v1
|
||||
#with:
|
||||
#age: '1 month' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
|
||||
with:
|
||||
age: '2 seconds' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
|
||||
# Optional inputs
|
||||
# skip-tags: true
|
||||
# skip-recent: 5
|
||||
|
|
Loading…
Reference in a new issue