remove github/jackaudio specific irc integration

This commit is contained in:
Nedko Arnaudov 2023-07-09 21:06:52 +03:00
parent 0620b1b5c4
commit 0734095b97
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: irc
on: [push]
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: '#jack'
nickname: jackaudio-bot
message: ${{ steps.message.outputs.message }}