Skip to content

Commit d19ba08

Browse files
authored
Fix paths and commands in update-spring-boot workflow (#32030)
* Fix paths and commands in update-spring-boot workflow * Update commit message and title for Spring Boot version
1 parent d05fa1a commit d19ba08

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,16 @@ jobs:
5656
- uses: jhipster/actions/setup-runner@v1
5757
with:
5858
node-version: ${{ steps.node-version.outputs.node-version }}
59-
binary-dir: ${{ github.workspace }}/generator-jhipster/bin
59+
binary-dir: ${{ github.workspace }}/bin
6060
- run: npm ci --ignore-scripts
61-
working-directory: ${{ github.workspace }}/generator-jhipster
6261
- name: Parse POM
63-
run: bin/jhipster.cjs update-spring-boot ${{ inputs.springBootVersion }} ${{ inputs.repository }} --force
62+
run: jhipster.cjs update-spring-boot ${{ inputs.springBootVersion }} ${{ inputs.repository }} --force
6463
- name: Create Pull Request
6564
uses: peter-evans/create-pull-request@v8
6665
with:
6766
token: ${{ secrets.GITHUB_TOKEN }}
6867
branch: spring-boot/v${{ inputs.springBootVersion }}
69-
commit-message: 'update spring-boot-dependencies bom to v${{ inputs.springBootVersion }}'
70-
title: 'update spring-boot-dependencies bom to v${{ inputs.springBootVersion }}'
71-
body: update spring-boot-dependencies bom to v${{ inputs.springBootVersion }}
68+
commit-message: 'Update Spring Boot to v${{ inputs.springBootVersion }}'
69+
title: 'Update Spring Boot to v${{ inputs.springBootVersion }}'
70+
body: Update Spring Boot to v${{ inputs.springBootVersion }}
7271
labels: 'theme: dependencies'

0 commit comments

Comments
 (0)