set retention days for GitHub Artifacts
This commit is contained in:
parent
bebd9d8b39
commit
21b05626e9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue