Skip to content

Commit

Permalink
multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 24, 2024
1 parent 5f47fd6 commit 07b5740
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/update-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ jobs:
- name: Read template file
id: gettemplate
run: |
template="$(cat ./Template/xata.rb)"
echo "$template" >> $GITHUB_OUTPUT
{
echo 'template<<EOF'
cat ./Template/xata.rb
echo
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Update Homebrew Formula using template variables
id: updateformula
Expand Down

0 comments on commit 07b5740

Please sign in to comment.