This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Say hello to IRC :)
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.1
falkTX
3 years ago
parent
eab801201f
commit
a17e9b6152
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
.github/workflows/irc.yml
+ 16
- 0
.github/workflows/irc.yml
View File
@@ -0,0 +1,16 @@
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 }}
Write
Preview
Loading…
Cancel
Save