diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index a4e479316..979d8ee9b 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -50,8 +50,12 @@ jobs: - name: Read template file id: gettemplate run: | - template="$(cat ./Template/xata.rb)" - echo "$template" >> $GITHUB_OUTPUT + { + echo 'template<> "$GITHUB_OUTPUT" - name: Update Homebrew Formula using template variables id: updateformula