Skip to content

Commit

Permalink
put into var
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 41809c1 commit 902d5c3
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 @@ -24,8 +24,7 @@ jobs:
id: decode-message
run: |
ENCODED_MESSAGE="VGVzdCBsaW5lIG9uZQpUZXN0IGxpbmUgdHdvCg=="
DECODED_MESSAGE=$(echo "$ENCODED_MESSAGE" | base64 --decode)
echo "decoded_message=$DECODED_MESSAGE" >> $GITHUB_ENV
echo "message=$ENCODED_MESSAGE" >> $GITHUB_OUTPUT
- name: Notify IRC
uses: rectalogic/notify-irc@v1
Expand Down

0 comments on commit 902d5c3

Please sign in to comment.