Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

irc.yml 377B

12345678910111213141516
  1. name: irc
  2. on: [push]
  3. jobs:
  4. notification:
  5. runs-on: ubuntu-latest
  6. name: IRC notification
  7. steps:
  8. - name: IRC notification
  9. uses: Gottox/irc-message-action@v2
  10. with:
  11. channel: '#kxstudio'
  12. nickname: kxstudio-bot
  13. message: |-
  14. ${{ github.actor }} pushed ${{ github.event.head_commit.message }} ${{ github.event.compare }}