Skip to content

Commit 3f1d8be

Browse files
Merge branch 'main' of github.com:rocky-linux/asknot-rocky
2 parents ad8867d + 8278b15 commit 3f1d8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
4242
MATTERMOST_CHANNEL: web
4343
TEXT: |
44-
[Deployment](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) was completed :white_check_mark:
44+
[join.rockylinux.org Deployment](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) was completed :white_check_mark:
4545
MATTERMOST_USERNAME: "Github"
4646

4747
- name: Notify documentation channel about deployment Failure
@@ -51,5 +51,5 @@ jobs:
5151
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
5252
MATTERMOST_CHANNEL: web
5353
TEXT: |
54-
[Deployment](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) failed :x:
54+
[join.rockylinux.org Deployment](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) failed :x:
5555
MATTERMOST_USERNAME: "Github"

0 commit comments

Comments
 (0)