github action: irc message consistency
This commit is contained in:
4
.github/workflows/test_and_publish.yml
vendored
4
.github/workflows/test_and_publish.yml
vendored
@@ -236,7 +236,7 @@ jobs:
|
|||||||
channel: '#netdisco'
|
channel: '#netdisco'
|
||||||
nickname: github-actions
|
nickname: github-actions
|
||||||
message: |-
|
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 }}
|
👀 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||||
- name: IRC DH upload success notification
|
- name: IRC DH upload success notification
|
||||||
if: steps.upload_docker_hub.outcome == 'success'
|
if: steps.upload_docker_hub.outcome == 'success'
|
||||||
@@ -245,7 +245,7 @@ jobs:
|
|||||||
channel: '#netdisco'
|
channel: '#netdisco'
|
||||||
nickname: github-actions
|
nickname: github-actions
|
||||||
message: |-
|
message: |-
|
||||||
🤖 Published containers to Docker Hub (release: ${{ env.TAG }}) 🎉
|
🤖 Published Netdisco release ${{ env.TAG }} to Docker Hub! 🎉
|
||||||
|
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user