ci: remove invalid --confirm flag from gh cache delete command in canary builds (#9236)

This commit is contained in:
Teppei Fukuda
2025-07-23 08:33:18 +04:00
committed by GitHub
parent 7ebc129ab7
commit 24715ea607

View File

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