mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 17:11:34 +08:00
Update ntfy step
This commit is contained in:
parent
259628591d
commit
c22a31747c
2 changed files with 2 additions and 2 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 ${CI_PREV_PIPELINE_STATUS}"
|
||||
priority: urgent
|
||||
click: https://blog.06222001.xyz
|
||||
icon: https://blog.06222001.xyz/img/logo.svg
|
||||
|
|
|
@ -15,7 +15,7 @@ steps:
|
|||
settings:
|
||||
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
|
||||
click: https://blog.06222001.xyz
|
||||
icon: https://blog.06222001.xyz/img/logo.svg
|
||||
|
|
Loading…
Add table
Reference in a new issue