We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e16a5 commit a5cac3bCopy full SHA for a5cac3b
1 file changed
.github/workflows/version.yaml
@@ -41,7 +41,7 @@ jobs:
41
if [ -z "$(git status --porcelain)" ]; then
42
echo "no changes detected"
43
else
44
- if [ -z "$(git branch --list version-updates)" ]; then
+ if [ -z "$(git ls-remote --heads origin version-updates)" ]; then
45
echo "no branch version-updates, creating"
46
git checkout -b version-updates
47
0 commit comments