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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clear all caches
|
- 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:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
OWNER: ${{ github.repository_owner }}
|
OWNER: ${{ github.repository_owner }}
|
||||||
|
|||||||
Reference in New Issue
Block a user