Skip to content

Commit

Permalink
chore(action): Update multiline syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 12, 2024
1 parent bde233e commit e8c389f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ runs:
- id: changelog
shell: bash
run: |
echo "changelog<<EOF" >> $GITHUB_OUTPUT
changelog-generator >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
{
echo 'changelog<<EOF'
changelog-generator
echo EOF
} >> $GITHUB_OUTPUT

0 comments on commit e8c389f

Please sign in to comment.