Skip to content

Commit

Permalink
Switch to new IRC room
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 24, 2022
1 parent d329b51 commit b761da3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/irc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
- name: Format message
id: message
run: |
message="${{ github.actor }} pushed $(echo '${{ github.event.commits[0].message }}' | head -n 1) ${{ github.event.commits[0].url }}"
echo ::set-output name=message::"${message}"
echo "message=${{ github.actor }} pushed $(echo '${{ github.event.commits[0].message }}' | head -n 1) ${{ github.event.commits[0].url }}" >> $GITHUB_OUTPUT
- name: IRC notification
uses: Gottox/irc-message-action@v2
with:
channel: '#moddevices'
nickname: moddevices-bot
channel: '#modaudio'
nickname: modaudio-bot
message: ${{ steps.message.outputs.message }}

0 comments on commit b761da3

Please sign in to comment.