Skip to content

Commit

Permalink
fix: commit message escape
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneMad authored Jul 9, 2024
1 parent 85632b2 commit d566090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composer-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
echo "# Changelog" > CHANGELOG.md
fi
echo -e '${{ steps.summary.outputs.result }}' | cat - CHANGELOG.md > temp && mv temp CHANGELOG.md
echo "${{ steps.summary.outputs.result }}" | cat - CHANGELOG.md > temp && mv temp CHANGELOG.md
- uses: peter-evans/create-pull-request@v6
if: ${{ steps.composer_diff.outputs.composer_diff_exit_code != 0 }}
Expand Down

0 comments on commit d566090

Please sign in to comment.