mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 04:05:46 -05:00
Updated branch in Force deletion of caches (#1108)
* Updated branch in Force deletion of caches Fixes this issue https://github.com/actions/cache/issues/1107 * Update tips-and-workarounds.md
This commit is contained in:
parent
6998d139dd
commit
81b7281936
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue