Skip to content

Commit 20e7e35

Browse files
committed
Correct misconfigured step in update-homebrew-tap action
1 parent 740dc58 commit 20e7e35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/update-homebrew-tap/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ runs:
1616
path: updated-homebrew-tap-repo
1717
repository: spring-io/homebrew-tap
1818
token: ${{ inputs.token }}
19-
- shell: bash
20-
- run: |
19+
- name: Update Homebrew Tap
20+
shell: bash
21+
run: |
2122
pushd updated-homebrew-tap-repo > /dev/null
2223
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
2324
rm spring-boot.rb

0 commit comments

Comments
 (0)