aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEnno Boland <gottox@voidlinux.org>2019-12-19 16:49:57 +0000
committerEnno Boland <g@s01.de>2019-12-19 16:53:27 +0000
commit4fa9af7561b5c690493b335a60fe63ee86c21389 (patch)
tree5577f71a16783c806691a4b607112e2dcfe45c60 /.github/workflows
parentdaffd7342ff65d12680d2e6d13cf02c36078ddde (diff)
downloadvoid-packages-4fa9af7561b5c690493b335a60fe63ee86c21389.tar
void-packages-4fa9af7561b5c690493b335a60fe63ee86c21389.tar.gz
void-packages-4fa9af7561b5c690493b335a60fe63ee86c21389.tar.bz2
void-packages-4fa9af7561b5c690493b335a60fe63ee86c21389.tar.lz
void-packages-4fa9af7561b5c690493b335a60fe63ee86c21389.tar.xz
void-packages-4fa9af7561b5c690493b335a60fe63ee86c21389.tar.zst
void-packages-4fa9af7561b5c690493b335a60fe63ee86c21389.zip
.github/workflows: Use Gottox/irc-message-action to avoid the docker overhead
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/notify-irc.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/notify-irc.yaml b/.github/workflows/notify-irc.yaml
index 1cd52761b8b..75f6eb235ec 100644
--- a/.github/workflows/notify-irc.yaml
+++ b/.github/workflows/notify-irc.yaml
@@ -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