Skip to content

Commit

Permalink
Revert Fix broken scoped build with double quotes in commit messages (#…
Browse files Browse the repository at this point in the history
…4175) (#4176)

This reverts commit 3e43e54.
  • Loading branch information
samsonasik committed Jun 11, 2023
1 parent 3e43e54 commit 8c1928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
id: git-log
run: |
echo "log<<EOF" >> $GITHUB_OUTPUT
echo "$(git log ${{ github.event.before }}..${{ github.event.after }} --reverse --pretty='https://github.com/rectorphp/rector-src/commit/%H %s')" >> $GITHUB_OUTPUT
echo "$(git log ${{ github.event.before }}..${{ github.event.after }} --reverse --pretty='%H %s' | sed -e 's/^/https:\/\/github.com\/rectorphp\/rector-src\/commit\//')" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
# 8.A publish it to remote repository without tag
Expand Down

0 comments on commit 8c1928b

Please sign in to comment.