Browse Source

Correct misconfigured step in update-homebrew-tap action

pull/40554/head
Andy Wilkinson 2 years ago
parent
commit
20e7e35df3
  1. 5
      .github/actions/update-homebrew-tap/action.yml

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

@ -16,8 +16,9 @@ runs: @@ -16,8 +16,9 @@ runs:
path: updated-homebrew-tap-repo
repository: spring-io/homebrew-tap
token: ${{ inputs.token }}
- shell: bash
- run: |
- name: Update Homebrew Tap
shell: bash
run: |
pushd updated-homebrew-tap-repo > /dev/null
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
rm spring-boot.rb

Loading…
Cancel
Save