Skip to content

Commit

Permalink
3rd newline
Browse files Browse the repository at this point in the history
Signed-off-by: Jorgen Lundman <[email protected]>
  • Loading branch information
lundman committed Dec 20, 2024
1 parent 5d74d9c commit 7238463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-irc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COMPARE_URL="${GITHUB_COMPARE_URL:-unknown}"
commit_count=$(echo "$COMMITS_JSON" | jq 'length')
commit_count=${commit_count:-0}

echo 'message=Testing line one\nTest line two' >> $GITHUB_OUTPUT
printf 'message=Testing line one\nTest line two' >> $GITHUB_OUTPUT
exit 0


Expand Down

0 comments on commit 7238463

Please sign in to comment.