github: Fix ref in cache cleanup workflow
This commit is contained in:
@@ -12,5 +12,5 @@ jobs:
|
|||||||
- env:
|
- env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
# github.ref for deletes is the default branch, so we get the ref from
|
# github.ref for deletes is the default branch, so we get the ref from
|
||||||
# the event
|
# the event, which is not the full ref
|
||||||
run: gh cache delete --repo ${{ github.repository }} -r ${{ github.event.ref }} --all --succeed-on-no-caches
|
run: gh cache delete --repo ${{ github.repository }} -r refs/heads/${{ github.event.ref }} --all --succeed-on-no-caches
|
||||||
|
|||||||
Reference in New Issue
Block a user