Skip to content

Commit

Permalink
different 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 ad5bc25 commit 5d74d9c
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
echo 'message=Testing line one\nTest line two' >> $GITHUB_OUTPUT
exit 0


Expand Down

0 comments on commit 5d74d9c

Please sign in to comment.