Skip to content

Commit

Permalink
include newlines in output properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 20, 2023
1 parent 8878a0a commit e7d334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plan-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
set -x
node ./dist/cli.js prepare --single-package=release-plan
echo 'text<<EOF' >> $GITHUB_OUTPUT
jq .description .release-plan.json >> $GITHUB_OUTPUT
echo `jq .description .release-plan.json` >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e7d334b

Please sign in to comment.