adding alef's bits

This commit is contained in:
dreamer 2022-08-14 00:51:38 +02:00 committed by falkTX
parent ac71bffae7
commit 7b242f1391
8 changed files with 78 additions and 6 deletions

View file

@ -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