From aa2887199502dd1efe18928491a111ae8d4d251e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 23 Aug 2021 15:51:32 +0100 Subject: [PATCH] github action: irc message consistency --- .github/workflows/test_and_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 5def9fe3..42e25117 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -236,7 +236,7 @@ jobs: channel: '#netdisco' nickname: github-actions message: |- - 🤖 Failed to publish containers to Docker Hub (release ${{ env.TAG }}) 😭 + 🤖 Failed to publish Netdisco release ${{ env.TAG }} to Docker Hub! 😭 👀 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} - name: IRC DH upload success notification if: steps.upload_docker_hub.outcome == 'success' @@ -245,7 +245,7 @@ jobs: channel: '#netdisco' nickname: github-actions message: |- - 🤖 Published containers to Docker Hub (release: ${{ env.TAG }}) 🎉 + 🤖 Published Netdisco release ${{ env.TAG }} to Docker Hub! 🎉 - name: Setup tmate session uses: mxschmitt/action-tmate@v3