.github/workflows: revert notice

This commit is contained in:
Duncaen 2019-12-18 20:30:52 +01:00
parent 1e504671ce
commit 85d48cd1bd
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -15,7 +15,7 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'push' && github.repository == 'void-linux/void-packages'
with:
notice: true
#notice: true
channel: "#xbps"
nickname: void-packages
tls: true
@ -25,7 +25,7 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'pull_request' && github.repository == 'void-linux/void-packages'
with:
notice: true
#notice: true
channel: "#xbps"
nickname: void-packages
tls: true
@ -35,7 +35,7 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages'
with:
notice: true
#notice: true
channel: "#xbps"
nickname: void-packages
tls: true