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.
1 parent 740dc58 commit 20e7e35Copy full SHA for 20e7e35
.github/actions/update-homebrew-tap/action.yml
@@ -16,8 +16,9 @@ runs:
16
path: updated-homebrew-tap-repo
17
repository: spring-io/homebrew-tap
18
token: ${{ inputs.token }}
19
- - shell: bash
20
- - run: |
+ - name: Update Homebrew Tap
+ shell: bash
21
+ run: |
22
pushd updated-homebrew-tap-repo > /dev/null
23
curl https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-cli/${{ inputs.spring-boot-version }}/spring-boot-cli-${{ inputs.spring-boot-version }}-homebrew.rb --output spring-boot-cli-${{ inputs.spring-boot-version }}-homebrew.rb
24
rm spring-boot.rb
0 commit comments