This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Yet another attempt
Signed-off-by: falkTX <falktx@falktx.com>
pull/338/head
falkTX
4 years ago
parent
a309df8a1f
commit
7069b02cdd
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/irc.yml
+ 1
- 1
.github/workflows/irc.yml
View File
@@ -10,7 +10,7 @@ jobs:
- name: Format message
id: message
run: |
message="${{ github.actor }} pushed ${{ github.event.commits[0].message }} ${{ github.event.commits[0].url }}"
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
Write
Preview
Loading…
Cancel
Save