Skip to content

Commit

Permalink
wih quotes
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 5de32ba commit 6ce86be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-irc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Encode Message as JSON
id: encode-message
run: |
MULTILINE_MESSAGE=$(printf "Testing line one\nTest line two\n")
MULTILINE_MESSAGE="$(printf 'Testing line one\nTest line two\n')"
ENCODED_MESSAGE=$(echo "$MULTILINE_MESSAGE" | jq -R .)
echo "message=$ENCODED_MESSAGE" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6ce86be

Please sign in to comment.