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 0f82238 commit 68047b1Copy full SHA for 68047b1
.github/workflows/update-jshell-image-version.yaml
@@ -51,6 +51,12 @@ jobs:
51
git config --global user.email "github-actions[bot]@users.noreply.github.com"
52
53
branch_name="update-jshell-java-version-$latest_version"
54
+
55
+ if gh api repos/Together-Java/JShellPlaygroundBackend/branches/$branch_name >/dev/null 2>&1
56
+ then
57
+ return 0
58
+ fi
59
60
git checkout -b "$branch_name"
61
62
git add "$gradle_file"
0 commit comments