Fix pipeline
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user