mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
The cleanup job for outdated artifacts has be changed
This commit is contained in:
parent
be72b1ef98
commit
69828d140e
5
.github/workflows/cleanup.yml
vendored
5
.github/workflows/cleanup.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: cleanup
|
||||
uses: glassechidna/artifact-cleaner@master
|
||||
uses: kolpav/purge-artifacts-action@v1
|
||||
with:
|
||||
minimumAge: 3024000 # all artifacts at least 14 days old
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
expire-in: 14days # all artifacts at least 14 days old
|
||||
|
Loading…
Reference in New Issue
Block a user