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