This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Ildaeil
mirror of
https://github.com/DISTRHO/Ildaeil.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
no log
Signed-off-by: falkTX <falktx@falktx.com>
ci-fixup-again
falkTX
1 year ago
parent
07d18e86c5
commit
d7f54986c9
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
0 additions
and
20 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-20
.github/workflows/irc.yml
+ 0
- 20
.github/workflows/irc.yml
View File
@@ -1,20 +0,0 @@
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 }}
Write
Preview
Loading…
Cancel
Save