From 20e7e35df32a7c9920c3575368c3b3cb582f996a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Apr 2024 19:13:46 +0100 Subject: [PATCH] Correct misconfigured step in update-homebrew-tap action --- .github/actions/update-homebrew-tap/action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/update-homebrew-tap/action.yml b/.github/actions/update-homebrew-tap/action.yml index 1d26cae1dc..52b20e0990 100644 --- a/.github/actions/update-homebrew-tap/action.yml +++ b/.github/actions/update-homebrew-tap/action.yml @@ -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