Fix gh command in clear-cache.yml

This commit is contained in:
Marc Wrobel
2025-06-30 22:43:22 +02:00
committed by GitHub
parent 5f6ea4b88e
commit d77b5a8e7e

View File

@@ -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 }}