Skip to content

Commit

Permalink
no single message=`
Browse files Browse the repository at this point in the history
Signed-off-by: Jorgen Lundman <lundman@lundman.net>
  • Loading branch information
lundman committed Dec 20, 2024
1 parent 741262e commit 0d90a34
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 @@ -19,7 +19,7 @@ jobs:
id: notify
run: |
echo "message=$(.github/workflows/notify-irc.sh "$COMMITS_JSON" "$GITHUB_ACTOR" "$GITHUB_REF_NAME" "$GITHUB_COMPARE_URL")" | tee -a /tmp/message
printf "%s\n" "message=$(cat /tmp/message)" >> $GITHUB_OUTPUT
printf "%s\n" "$(cat /tmp/message)" >> $GITHUB_OUTPUT
- name: Notify IRC
uses: rectalogic/notify-irc@v1
Expand Down

0 comments on commit 0d90a34

Please sign in to comment.