There was an error while loading. Please reload this page.
1 parent 6c924fc commit 571c8cfCopy full SHA for 571c8cf
.github/workflows/update-spring-boot-version.yml
@@ -12,6 +12,8 @@ jobs:
12
- uses: actions/checkout@v3
13
- name: Update Spring Boot Version
14
run: ./update-spring-boot-version.sh
15
+ - name: Extract Version
16
+ run: echo "MINOR_VERSION=$(cat versions.properties | grep springBootVersion | cut -d'=' -f2)" >> $GITHUB_ENV
17
- uses: stefanzweifel/git-auto-commit-action@v4
18
with:
- commit_message: "Update Spring Boot Version"
19
+ commit_message: "Update Spring Boot Version to ${{ env.MINOR_VERSION }}"
0 commit comments