|
|
@ -53,6 +53,10 @@ steps: |
|
|
|
from_secret: TELEGRAM_TOKEN |
|
|
|
from_secret: TELEGRAM_TOKEN |
|
|
|
to: |
|
|
|
to: |
|
|
|
from_secret: TELEGRAM_USERID |
|
|
|
from_secret: TELEGRAM_USERID |
|
|
|
|
|
|
|
when: |
|
|
|
|
|
|
|
status: |
|
|
|
|
|
|
|
- failure |
|
|
|
|
|
|
|
- success |
|
|
|
format: markdown |
|
|
|
format: markdown |
|
|
|
message: > |
|
|
|
message: > |
|
|
|
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}} |
|
|
|
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}} |
|
|
@ -61,7 +65,3 @@ steps: |
|
|
|
{{else}} |
|
|
|
{{else}} |
|
|
|
🛑 failed for 👷♂️ build {{build.number}} |
|
|
|
🛑 failed for 👷♂️ build {{build.number}} |
|
|
|
{{/success}} |
|
|
|
{{/success}} |
|
|
|
when: |
|
|
|
|
|
|
|
status: |
|
|
|
|
|
|
|
- failure |
|
|
|
|
|
|
|
- success |
|
|
|
|
|
|
|