set retention days for GitHub Artifacts
This commit is contained in:
parent
bebd9d8b39
commit
21b05626e9
|
@ -21,6 +21,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}
|
name: ${{ github.job }}
|
||||||
path: ${{ github.job }}
|
path: ${{ github.job }}
|
||||||
|
retention-days: 5
|
||||||
- name: commit and push if output changed # has nothing to do currently because of .gitignore
|
- name: commit and push if output changed # has nothing to do currently because of .gitignore
|
||||||
run: |-
|
run: |-
|
||||||
git config user.name "Automated"
|
git config user.name "Automated"
|
||||||
|
@ -47,6 +48,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}
|
name: ${{ github.job }}
|
||||||
path: ${{ github.job }}
|
path: ${{ github.job }}
|
||||||
|
retention-days: 5
|
||||||
- name: commit and push if output changed # has nothing to do currently because of .gitignore
|
- name: commit and push if output changed # has nothing to do currently because of .gitignore
|
||||||
run: |-
|
run: |-
|
||||||
git config user.name "Automated"
|
git config user.name "Automated"
|
||||||
|
@ -73,6 +75,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}
|
name: ${{ github.job }}
|
||||||
path: ${{ github.job }}
|
path: ${{ github.job }}
|
||||||
|
retention-days: 5
|
||||||
- name: commit and push if output changed # has nothing to do currently because of .gitignore
|
- name: commit and push if output changed # has nothing to do currently because of .gitignore
|
||||||
run: |-
|
run: |-
|
||||||
git config user.name "Automated"
|
git config user.name "Automated"
|
||||||
|
|
Loading…
Reference in New Issue