Skip to content

Commit

Permalink
add missing new line in multi line env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
way2muchnoise committed Apr 1, 2024
1 parent 439ab80 commit 19b1947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
{
echo 'CHANGELOG<<EOF'
git log ${{ github.event.before }}...${{ github.event.after }} --pretty=format:"\[[%h](https://github.com/$GITHUB_REPOSITORY/commit/%H)\] %s (%cn) "
echo ""
echo EOF
} >> "$GITHUB_ENV"
- name: Set up JDK 17
Expand Down

0 comments on commit 19b1947

Please sign in to comment.