Skip to content

Commit

Permalink
url encoding works?
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 4478733 commit 24525e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/notify-irc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- name: Encode Message as JSON
id: encode-message
run: |
MULTILINE_MESSAGE="Testing line one
Test line two"
MULTILINE_MESSAGE="Testing line one%0ATest line two"
ENCODED_MESSAGE=$(echo "$MULTILINE_MESSAGE" | jq -R .)
echo "message=$ENCODED_MESSAGE" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 24525e8

Please sign in to comment.