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 bdc2603 commit 2e155b1Copy full SHA for 2e155b1
.github/workflows/update-jshell-image-version.yaml
@@ -51,12 +51,6 @@ 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