tools: Added Github cache purge script
This commit is contained in:
parent
34d46528eb
commit
118d124852
1 changed files with 6 additions and 0 deletions
6
tools/purge-github-cache.sh
Executable file
6
tools/purge-github-cache.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
# This script assumes that the Github CLI is installed and that
|
||||
# the authenticated user has appropriate authorization.
|
||||
|
||||
gh cache delete --all
|
||||
Loading…
Add table
Add a link
Reference in a new issue