We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6d61c commit b1c89b5Copy full SHA for b1c89b5
.github/workflows/redis_docs_sync.yaml
@@ -46,6 +46,7 @@ jobs:
46
popd
47
48
# check if remote branch already exists
49
+ git fetch --all
50
git ls-remote --exit-code --heads origin "refs/heads/${BRANCH}"
51
if [ "$?" -eq 0 ]; then
52
# if it does, create local branch off existing remote branch
0 commit comments