Skip to content

Update Mirrorz + 6 new plugin proposals #48

Update Mirrorz + 6 new plugin proposals

Update Mirrorz + 6 new plugin proposals #48

Workflow file for this run

name: irc
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
notification:
runs-on: ubuntu-latest
name: IRC notification
steps:
- 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}"
- name: IRC notification
uses: Gottox/irc-message-action@v2
with:
channel: '#modaudio'
nickname: modaudio-bot
message: ${{ steps.message.outputs.message }}