Skip to content

Commit

Permalink
simple prints
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 b0df839 commit 2f86203
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}

printf 'message=VGVzdCBsaW5lIG9uZQpUZXN0IGxpbmUgdHdvCg==' >> $GITHUB_OUTPUT
printf 'This is line 1\nThis is line 2\n'
exit 0


Expand Down

0 comments on commit 2f86203

Please sign in to comment.