Skip to content

Commit 571c8cf

Browse files
Include Version in Commit Message
Issue gh-138
1 parent 6c924fc commit 571c8cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-spring-boot-version.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Update Spring Boot Version
1414
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
1517
- uses: stefanzweifel/git-auto-commit-action@v4
1618
with:
17-
commit_message: "Update Spring Boot Version"
19+
commit_message: "Update Spring Boot Version to ${{ env.MINOR_VERSION }}"

0 commit comments

Comments
 (0)