File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments