yo more tests
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
eppixx 2021-10-27 14:38:27 +00:00
parent 908b01a86f
commit 10f6890147

View File

@ -14,7 +14,7 @@ pipeline:
from_secret: discord_webhook_id from_secret: discord_webhook_id
webhook_token: webhook_token:
from_secret: discord_webhook_token from_secret: discord_webhook_token
settings:
message: "test" message: "test"
#message: > #message: >
# {{#success build.status}} # {{#success build.status}}
@ -22,3 +22,4 @@ pipeline:
# {{else}} # {{else}}
# build {{build.number}} failed. Fix me please. # build {{build.number}} failed. Fix me please.
# {{/success}} # {{/success}}
secrets: [ discord_webhook_id, discord_webhook_token]