Skip to content

Commit

Permalink
fix(git, build): fix multi-line create-release-pr workflow output (#32
Browse files Browse the repository at this point in the history
)
  • Loading branch information
eonu authored Dec 3, 2023
1 parent 6221f5e commit 8d41bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Bump version and changelog
run: |
entry="$(poetry run invoke release.install release.build -- -v ${{ github.event.inputs.version }})"
echo "entry=$entry" >> $GITHUB_OUTPUT
echo "entry<<EOF"$'\n'"$entry"$'\n'EOF >> $GITHUB_OUTPUT
- name: Create pull request
uses: peter-evans/create-pull-request@v5.0.2
with:
Expand Down

0 comments on commit 8d41bbe

Please sign in to comment.