Fix gh command in clear-cache.yml
This commit is contained in:
2
.github/workflows/clear-cache.yml
vendored
2
.github/workflows/clear-cache.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clear all caches
|
||||
run: gh cache delete --all --succeed-on-no-caches
|
||||
run: gh cache delete --all --succeed-on-no-caches --repo "$OWNER/$REPO"
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OWNER: ${{ github.repository_owner }}
|
||||
|
||||
Reference in New Issue
Block a user