1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2024-09-19 17:36:43 +00:00

Updated branch in Force deletion of caches

Fixes this issue https://github.com/actions/cache/issues/1107
This commit is contained in:
Deepak Dahiya 2023-02-14 04:32:39 +05:30 committed by GitHub
parent 6998d139dd
commit 01f380d654
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ jobs:
gh extension install actions/gh-actions-cache
REPO=${{ github.repository }}
BRANCH=${{ github.ref }}
BRANCH="refs/pull/${{ github.event.pull_request.number }}/merge"
echo "Fetching list of cache key"
cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH | cut -f 1 )