mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 17:11:34 +08:00
Fix incorrect message
This commit is contained in:
parent
20bf73f602
commit
ae48df0b94
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ steps:
|
|||
settings:
|
||||
url:
|
||||
from_secret: NTFY_URL
|
||||
title: "${CI_REPO_NAME} build ${CI_PREV_PIPELINE_STATUS}"
|
||||
title: "${CI_REPO_NAME} build ${build.status}"
|
||||
priority: urgent
|
||||
click: https://blog.06222001.xyz
|
||||
icon: https://github.com/woodpecker-ci/woodpecker/blob/main/docs/static/img/logo.svg
|
||||
|
@ -38,7 +38,7 @@ steps:
|
|||
from_secret: DISCORD_WEBHOOK_ID
|
||||
webhook_token:
|
||||
from_secret: DISCORD_WEBHOOK_TOKEN
|
||||
message: "${CI_REPO_NAME} build ${CI_PREV_PIPELINE_STATUS}"
|
||||
message: "${CI_REPO_NAME} build ${build.status}"
|
||||
depends_on: build
|
||||
|
||||
when:
|
||||
|
|
|
@ -16,7 +16,7 @@ steps:
|
|||
settings:
|
||||
url:
|
||||
from_secret: NTFY_URL
|
||||
title: "${CI_REPO_NAME} deploy ${CI_PREV_PIPELINE_STATUS}"
|
||||
title: "${CI_REPO_NAME} deploy ${build.status}"
|
||||
priority: urgent
|
||||
click: https://blog.06222001.xyz
|
||||
icon: https://github.com/woodpecker-ci/woodpecker/blob/main/docs/static/img/logo.svg
|
||||
|
@ -30,7 +30,7 @@ steps:
|
|||
from_secret: DISCORD_WEBHOOK_ID
|
||||
webhook_token:
|
||||
from_secret: DISCORD_WEBHOOK_TOKEN
|
||||
message: "${CI_REPO_NAME} deploy ${CI_PREV_PIPELINE_STATUS}"
|
||||
message: "${CI_REPO_NAME} deploy ${build.status}"
|
||||
depends_on: deploy
|
||||
|
||||
when:
|
||||
|
|
Loading…
Add table
Reference in a new issue