From 2c2a4902fce56485819bb20f39a33333cbae4c7c Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Mon, 9 May 2022 22:15:09 +0900 Subject: [PATCH] Update remove-artifacts.yml --- .github/workflows/remove-artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/remove-artifacts.yml b/.github/workflows/remove-artifacts.yml index 7cadf4e8..84c41e8e 100644 --- a/.github/workflows/remove-artifacts.yml +++ b/.github/workflows/remove-artifacts.yml @@ -15,8 +15,8 @@ jobs: steps: - name: Remove old artifacts uses: c-hive/gha-remove-artifacts@v1 - #with: - #age: '1 month' # ' ', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js + with: + age: '2 seconds' # ' ', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js # Optional inputs # skip-tags: true # skip-recent: 5