Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 487 Bytes

File metadata and controls

20 lines (14 loc) · 487 Bytes

I'm using these things probably every day. Feel free to CP'it.

gh-clean-repo-artifacts.sh

Script to clean up GitHub Actions artifacts for given repository.
Replace <REPO_NAME> with your repository name.

$ chmod +x gh-clean-repo-artifacts.sh
$ ./gh-clean-repo-artifacts.sh

gh-list-repo-artifacts.sh

Script to list GitHub Actions artifacts for given repository.
Replace <REPO_NAME> with your repository name.

$ ./gh-list-repo-artifacts.sh