Skip to content

Commit

Permalink
Updated branch in Force deletion of caches (#1108)
Browse files Browse the repository at this point in the history
* Updated branch in Force deletion of caches

Fixes this issue #1107

* Update tips-and-workarounds.md
  • Loading branch information
t-dedah committed Feb 14, 2023
1 parent 6998d13 commit 81b7281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips-and-workarounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 81b7281

Please sign in to comment.