adding alef's bits
This commit is contained in:
parent
ac71bffae7
commit
7b242f1391
8 changed files with 78 additions and 6 deletions
2
.github/workflows/irc.yml
vendored
2
.github/workflows/irc.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: Format message
|
||||
id: message
|
||||
run: |
|
||||
message="${{ github.actor }} pushed $(echo '${{ github.event.commits[0].message }}' | head -n 1) ${{ github.event.commits[0].url }}"
|
||||
message="${{ github.actor }} pushed $(echo '${{ github.event.commits[0].message }}' | head -n 1 | tr -d "'") ${{ github.event.commits[0].url }}"
|
||||
echo ::set-output name=message::"${message}"
|
||||
- name: IRC notification
|
||||
uses: Gottox/irc-message-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue