mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-14 14:01:27 +08:00
Update ntfy step
This commit is contained in:
parent
259628591d
commit
c22a31747c
2 changed files with 2 additions and 2 deletions
.woodpecker
|
@ -24,7 +24,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
url:
|
url:
|
||||||
from_secret: NTFY_URL
|
from_secret: NTFY_URL
|
||||||
title: "$CI_REPO_NAME build $CI_PREV_PIPELINE_STATUS"
|
title: "${CI_REPO_NAME} build ${CI_PREV_PIPELINE_STATUS}"
|
||||||
priority: urgent
|
priority: urgent
|
||||||
click: https://blog.06222001.xyz
|
click: https://blog.06222001.xyz
|
||||||
icon: https://blog.06222001.xyz/img/logo.svg
|
icon: https://blog.06222001.xyz/img/logo.svg
|
||||||
|
|
|
@ -15,7 +15,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
url:
|
url:
|
||||||
from_secret: NTFY_URL
|
from_secret: NTFY_URL
|
||||||
title: "$CI_REPO_NAME build $CI_PREV_PIPELINE_STATUS"
|
title: "${CI_REPO_NAME} build ${CI_PREV_PIPELINE_STATUS}"
|
||||||
priority: urgent
|
priority: urgent
|
||||||
click: https://blog.06222001.xyz
|
click: https://blog.06222001.xyz
|
||||||
icon: https://blog.06222001.xyz/img/logo.svg
|
icon: https://blog.06222001.xyz/img/logo.svg
|
||||||
|
|
Loading…
Add table
Reference in a new issue