set retention days for GitHub Artifacts

This commit is contained in:
Felix Lohmeier 2021-08-01 12:06:10 +02:00
parent bebd9d8b39
commit 21b05626e9
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
with:
name: ${{ github.job }}
path: ${{ github.job }}
retention-days: 5
- name: commit and push if output changed # has nothing to do currently because of .gitignore
run: |-
git config user.name "Automated"
@ -47,6 +48,7 @@ jobs:
with:
name: ${{ github.job }}
path: ${{ github.job }}
retention-days: 5
- name: commit and push if output changed # has nothing to do currently because of .gitignore
run: |-
git config user.name "Automated"
@ -73,6 +75,7 @@ jobs:
with:
name: ${{ github.job }}
path: ${{ github.job }}
retention-days: 5
- name: commit and push if output changed # has nothing to do currently because of .gitignore
run: |-
git config user.name "Automated"