Skip to content

Commit

Permalink
use raw string
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 20, 2023
1 parent e8a2628 commit eb7c70a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-plan-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
run: |
set -x
node ./dist/cli.js prepare --single-package=release-plan
description=$(jq .description .release-plan.json)
echo 'text<<EOF' >> $GITHUB_OUTPUT
echo "$description" >> $GITHUB_OUTPUT
jq .description .release-plan.json -r >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit eb7c70a

Please sign in to comment.