Update remove-old-artifacts.yml

This commit is contained in:
zizifn
2023-01-16 20:28:43 +08:00
committed by GitHub
parent b96086a9e2
commit 26a65b5778

View File

@@ -12,7 +12,7 @@ jobs:
- 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
age: '2 years' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
# Optional inputs
# skip-tags: true
# skip-recent: 5