diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index 3b1a01541..0e3dc2c0f 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -15,5 +15,5 @@ jobs: steps: - name: Clear cache run: | - gh cache delete --all + gh cache delete --all --repo "$GITHUB_REPOSITORY" echo "cache cleared"