Skip to content

Commit

Permalink
Much simpler form
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 bf0a785 commit f4bb2ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/notify-irc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
- name: Set execute permissions
run: chmod +x .github/workflows/notify-irc.sh

- name: Generate notification message
id: notify
run: |
ENCODED_MESSAGE="$(.github/workflows/notify-irc.sh | jq -R .)"
echo "Encoded is $ENCODED_MESSAGE"
echo "message=$ENCODED_MESSAGE" >> $GITHUB_OUTPUT
- name: Notify IRC
uses: rectalogic/notify-irc@v1
with:
Expand Down

0 comments on commit f4bb2ce

Please sign in to comment.