.github/workflows: Use Gottox/irc-message-action to avoid the docker overhead

This commit is contained in:
Enno Boland 2019-12-19 17:49:57 +01:00 committed by Enno Boland
parent daffd7342f
commit 4fa9af7561

View file

@ -13,7 +13,7 @@ jobs:
timeout-minutes: 3
steps:
- name: irc push
uses: rectalogic/notify-irc@v1
uses: Gottox/irc-message-action@master
if: github.event_name == 'push' && github.repository == 'void-linux/void-packages'
with:
notice: true
@ -23,7 +23,7 @@ jobs:
tls: true
message: "${{ github.actor }} pushed ${{ github.event.compare }}"
- name: irc pull request
uses: rectalogic/notify-irc@v1
uses: Gottox/irc-message-action@master
if: github.event_name == 'pull_request' && github.repository == 'void-linux/void-packages'
with:
notice: true
@ -33,7 +33,7 @@ jobs:
tls: true
message: "${{ github.actor }} ${{ github.event.action }} pull request “${{ github.event.pull_request.title }}” ${{ github.event.pull_request.html_url }}"
- name: irc issue
uses: rectalogic/notify-irc@v1
uses: Gottox/irc-message-action@master
if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages'
with:
notice: true