fixed message
This commit is contained in:
parent
236fc93d71
commit
77c1b66c54
@ -16,7 +16,7 @@ steps:
|
|||||||
from_secret: discord_webhook_id
|
from_secret: discord_webhook_id
|
||||||
webhook_token:
|
webhook_token:
|
||||||
from_secret: discord_webhook_token
|
from_secret: discord_webhook_token
|
||||||
message: test failed for {{build.author}}\'s commit {{build.commit}} in {{build.branch}} on {{repo.name}}
|
message: test failed for commit {{build.commit}} from {{build.author}} in {{build.branch}} on {{repo.name}}
|
||||||
username: drone
|
username: drone
|
||||||
avatar_url: https://drone.malachy.ie/favicon.png
|
avatar_url: https://drone.malachy.ie/favicon.png
|
||||||
when:
|
when:
|
||||||
@ -30,7 +30,7 @@ steps:
|
|||||||
from_secret: discord_webhook_id
|
from_secret: discord_webhook_id
|
||||||
webhook_token:
|
webhook_token:
|
||||||
from_secret: discord_webhook_token
|
from_secret: discord_webhook_token
|
||||||
message: tests succeeded for {{build.author}}\'s commit {{build.commit}} in {{build.branch}} on {{repo.name}}
|
message: tests succeeded for commit {{build.commit}} from {{build.author}} in {{build.branch}} on {{repo.name}}
|
||||||
username: drone
|
username: drone
|
||||||
avatar_url: https://drone.malachy.ie/favicon.png
|
avatar_url: https://drone.malachy.ie/favicon.png
|
||||||
when:
|
when:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user