CI: update IRC notifications
This commit is contained in:
parent
8e3ed3c933
commit
9b15df595e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
uses: rectalogic/notify-irc@v1
|
||||
with:
|
||||
server: chat.freenode.net
|
||||
channel: #calamares
|
||||
nickname: ircalamares
|
||||
channel: "#calamares"
|
||||
nickname: gh-notify
|
||||
message: |
|
||||
${{ github.actor }} pushed ${{ github.event.ref }} CI ${{ steps.install.conclusion }} JOB ${{ github.job }} RUN ${{ github.run_id }}
|
||||
|
4
.github/workflows/issues.yml
vendored
4
.github/workflows/issues.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
uses: rectalogic/notify-irc@v1
|
||||
with:
|
||||
server: chat.freenode.net
|
||||
channel: #calamares
|
||||
nickname: ircalamares
|
||||
channel: "#calamares"
|
||||
nickname: gh-issues
|
||||
message: |
|
||||
${{ github.actor }} issue ${{ github.event.issue.title }}
|
||||
|
Loading…
Reference in New Issue
Block a user