Compare commits

...

2 Commits

Author SHA1 Message Date
Deepak Dahiya 5b9b79438b
Update tips-and-workarounds.md 2023-02-14 04:38:03 +05:30
Deepak Dahiya 01f380d654
Updated branch in Force deletion of caches
Fixes this issue https://github.com/actions/cache/issues/1107
2023-02-14 04:32:39 +05:30
1 changed files with 1 additions and 1 deletions

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 )