fix: second pass fixing the formatting of the build message
All checks were successful
Go Tests / Run Tests (1.24.2) (push) Successful in 18s
All checks were successful
Go Tests / Run Tests (1.24.2) (push) Successful in 18s
This commit is contained in:
parent
07c7e3163f
commit
8c0f9deaf1
@ -39,7 +39,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Content-Type: text/plain" \
|
-H "Content-Type: text/plain" \
|
||||||
-d "✅ **task** success! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \
|
-d "✅ <b>task</b> success! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \
|
||||||
https://chat.canoozie.net/rooms/5/2-q6gKxqrTAfhd/messages
|
https://chat.canoozie.net/rooms/5/2-q6gKxqrTAfhd/messages
|
||||||
|
|
||||||
- name: Send failure notification
|
- name: Send failure notification
|
||||||
@ -47,5 +47,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Content-Type: text/plain" \
|
-H "Content-Type: text/plain" \
|
||||||
-d "❌ **task** failure! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \
|
-d "❌ <b>task</b> failure! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \
|
||||||
https://chat.canoozie.net/rooms/5/2-q6gKxqrTAfhd/messages
|
https://chat.canoozie.net/rooms/5/2-q6gKxqrTAfhd/messages
|
||||||
|
Loading…
Reference in New Issue
Block a user