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.
|
- name: irc
-
- on: [push]
-
- jobs:
- notification:
- runs-on: ubuntu-latest
- name: IRC notification
- steps:
- - name: IRC notification
- uses: Gottox/irc-message-action@v2
- with:
- channel: '#kxstudio'
- nickname: kxstudio-bot
- message: |-
- ${{ github.actor }} pushed ${{ github.event.head_commit.message }} ${{ github.event.compare }}
|