Compare commits

...

2 Commits

Author SHA1 Message Date
zhuzichu a273aa4588 Merge branch 'main' of https://github.com/zhuzichu520/FluentUI 2023-07-07 09:04:58 +08:00
zhuzichu fbcb65f549 update 2023-07-07 09:04:43 +08:00
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
name: 'Delete old artifacts'
on:
schedule:
- cron: '0 * * * *' # every hour
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 7days # Setting this to 0 will delete all artifacts