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 fe2beeb commit 108f16bCopy full SHA for 108f16b
.github/workflows/pin-system-tests.yaml
@@ -52,7 +52,6 @@ jobs:
52
if git ls-remote --heads origin "$BRANCH" | grep -q "$BRANCH"; then
53
echo "creating_new_branch=false" >> "$GITHUB_OUTPUT"
54
echo "Branch $BRANCH already exists - please delete it and re-run the workflow."
55
- exit 0 # REMOVE THIS
56
else
57
echo "creating_new_branch=true" >> "$GITHUB_OUTPUT"
58
echo "Branch $BRANCH does not exist - creating it now"
@@ -67,7 +66,6 @@ jobs:
67
66
if [[ -z "$(git status -s)" ]]; then
68
echo "No changes to commit, exiting."
69
echo "commit_changes=false" >> "$GITHUB_OUTPUT"
70
71
72
echo "commit_changes=true" >> "$GITHUB_OUTPUT"
73
echo "Changes to commit:"
0 commit comments