This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
ProM
mirror of
https://github.com/DISTRHO/ProM
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Update DPF
Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX
3 years ago
parent
c4343b9dd5
commit
9f5c8ed81a
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
21 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+20
-0
.github/workflows/irc.yml
+1
-1
dpf
+ 20
- 0
.github/workflows/irc.yml
View File
@@ -0,0 +1,20 @@
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: '#kxstudio'
nickname: kxstudio-bot
message: ${{ steps.message.outputs.message }}
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit
7069b02cddb7f82c152629d2f406ad9b2d95ce1
0
Subproject commit
ab236b8d7aa345345376265388e127f8e8febcf
0
Write
Preview
Loading…
Cancel
Save