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.
2 parents 6f5c4d4 + b1c89b5 commit d6b95fcCopy full SHA for d6b95fc
.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