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.
2 parents 64a647d + 56dbfa7 commit 5eb930aCopy full SHA for 5eb930a
.github/workflows/update-jib-base-image.yml
@@ -18,7 +18,7 @@ jobs:
18
sudo apt-get update
19
sudo apt-get install gh
20
21
- - name: Run bash script
+ - name: Update build.gradle
22
run: |
23
# Extract current version from JShellAPI build.gradle
24
gradle_file="JShellAPI/build.gradle"
@@ -61,6 +61,8 @@ jobs:
61
git push origin "$branch_name"
62
63
- name: Create a pull request
64
+ env:
65
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
67
gh pr create --title "Update eclipse-temurin version to $latest_version" \
68
--body "This PR updates the eclipse-temurin version in the JShellAPI build.gradle file from $current_version to $latest_version." \
0 commit comments