Skip to content

Commit

Permalink
what
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 02cc3fd commit f2302d8
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: Decode Message for IRC Notify
id: decode-message
run: |
ENCODED_MESSAGE="${{ steps.notify-irc.outputs.message }}"
ENCODED_MESSAGE="VGVzdCBsaW5lIG9uZQpUZXN0IGxpbmUgdHdvCg=="
DECODED_MESSAGE=$(echo "$ENCODED_MESSAGE" | base64 --decode)
echo "decoded_message=$DECODED_MESSAGE" >> $GITHUB_ENV
Expand Down

0 comments on commit f2302d8

Please sign in to comment.