summaryrefslogtreecommitdiff
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/docker.yml')
-rw-r--r--.github/workflows/docker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 3ad0e729e..d4023d57c 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -44,7 +44,7 @@ jobs:
if: "always() && github.repository == 'qutebrowser/qutebrowser'"
steps:
- name: Send success IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.docker.result == 'success'"
with:
server: chat.freenode.net
@@ -52,7 +52,7 @@ jobs:
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00033Success:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
- name: Send non-success IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.docker.result != 'success'"
with:
server: chat.freenode.net