ci: specify repository for gh cache delete in canary worklfow (#9240)

This commit is contained in:
DmitriyLewen
2025-07-23 12:07:23 +06:00
committed by GitHub
parent 24715ea607
commit 67379667d2

View File

@@ -61,7 +61,7 @@ jobs:
- name: Delete cache after upload
run: |
gh cache delete "$CACHE_KEY"
gh cache delete "$CACHE_KEY" --repo "${{ github.repository }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CACHE_KEY: ${{ runner.os }}-bins-${{ github.workflow }}-${{ github.sha }}