Skip to content

Commit

Permalink
pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Apr 19, 2024
1 parent 7c08e94 commit 59c6657
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@ runs:
echo $GITHUB_REPOSITORY
echo "pyproject.toml (+ README.md)"
# since GHA injects raw string, must use EOF to avoid quote-mangling
HEAD_COMMIT_MESSAGE="$(cat <<EOF
${{ github.event.head_commit.message }}
EOF
)" # must double-quote to prevent word splitting
HEAD_COMMIT_MESSAGE="${{ github.event.head_commit.message }}" # must double-quote to prevent word splitting
echo "$HEAD_COMMIT_MESSAGE"
# Build!
Expand Down

0 comments on commit 59c6657

Please sign in to comment.