We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1009693 commit 7641096Copy full SHA for 7641096
.github/workflows/stable-docs.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Check if stable-docs branch exists
26
run: |
27
- if ! git show-ref --heads --quiet stable-docs; then
+ if ! git ls-remote --heads origin stable-docs | grep stable-docs; then
28
git checkout -b stable-docs
29
git push -u origin stable-docs
30
fi
0 commit comments