From 167fca86d092618023dd074380df50ff4a6901a2 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 21 Jul 2020 18:12:59 -0400 Subject: [PATCH] Fix pipeline --- .github/workflows/pipeline.yml | 2 +- .github/workflows/remove-old-artifacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index fcac4f601..db1be721d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -98,7 +98,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v2 with: - - fetch-depth: 0 + fetch-depth: 0 - uses: actions/download-artifact@v2 with: diff --git a/.github/workflows/remove-old-artifacts.yml b/.github/workflows/remove-old-artifacts.yml index d8e62c452..822fff04f 100644 --- a/.github/workflows/remove-old-artifacts.yml +++ b/.github/workflows/remove-old-artifacts.yml @@ -14,5 +14,5 @@ jobs: - name: Remove old artifacts uses: c-hive/gha-remove-artifacts@v1 with: - age: '5 days' + age: '7 days' skip-tags: false