fixed message

This commit is contained in:
Malachy Byrne 2021-06-03 23:14:33 +01:00
parent 2afac5719f
commit 236fc93d71

View File

@ -16,7 +16,7 @@ steps:
from_secret: discord_webhook_id
webhook_token:
from_secret: discord_webhook_token
message: test failed for {{build.user}}\'s commit {{build.commit}} in {{build.branch}} on {{repo.name}}
message: test failed for {{build.author}}\'s commit {{build.commit}} in {{build.branch}} on {{repo.name}}
username: drone
avatar_url: https://drone.malachy.ie/favicon.png
when:
@ -30,7 +30,7 @@ steps:
from_secret: discord_webhook_id
webhook_token:
from_secret: discord_webhook_token
message: tests succeeded for {{build.user}}\'s commit {{build.commit}} in {{build.branch}} on {{repo.name}}
message: tests succeeded for {{build.author}}\'s commit {{build.commit}} in {{build.branch}} on {{repo.name}}
username: drone
avatar_url: https://drone.malachy.ie/favicon.png
when: