Skip to content

Commit b1c89b5

Browse files
committed
Fix redis_docs_sync workflow
1 parent bb6d61c commit b1c89b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/redis_docs_sync.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
popd
4747
4848
# check if remote branch already exists
49+
git fetch --all
4950
git ls-remote --exit-code --heads origin "refs/heads/${BRANCH}"
5051
if [ "$?" -eq 0 ]; then
5152
# if it does, create local branch off existing remote branch

0 commit comments

Comments
 (0)