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