Skip to content

Commit

Permalink
messed up order
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 a4f55ee commit 41809c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify-irc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Notify IRC
uses: rectalogic/notify-irc@v1
channel: "#OpenZFS-Windows"
server: "irc.libera.chat"
nickname: "zfs-consus"
with:
channel: "#OpenZFS-Windows"
server: "irc.libera.chat"
nickname: "zfs-consus"
message: |
${{ steps.encode-message.outputs.message }} | base64 --decode | xargs

0 comments on commit 41809c1

Please sign in to comment.