From 78b50f9ef6d438b25e9192ef39545748437723d4 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Fri, 6 May 2022 09:37:11 +0900 Subject: [PATCH] Artifacts: added 1 seconds --- .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