Last active
May 26, 2021 17:33
-
-
Save thanakijwanavit/a1eb7b7647557c5ca3843e199c693a85 to your computer and use it in GitHub Desktop.
delete github artifacts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: clean | |
on: | |
push: | |
branches: | |
- 'master' | |
jobs: | |
delete-artifacts: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kolpav/purge-artifacts-action@v1 | |
with: | |
token: $ | |
expire-in: 10 minutes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment