fix: ntfy 2
This commit is contained in:
parent
1731aba2bf
commit
0fe8de8f5a
1 changed files with 7 additions and 7 deletions
|
|
@ -8,13 +8,13 @@ steps:
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
settings:
|
settings:
|
||||||
url: https://ntfy.sh/vLAMfcUBF5gNdoIv
|
url: https:/ntfy.sh/vLAMfcUBF5gNdoIv
|
||||||
title: Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}
|
title: Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}
|
||||||
priority: low
|
priority: low
|
||||||
click: https://woodpecker.keks.cloud/
|
click: https://woodpecker.keks.cloud/
|
||||||
icon: https://woodpecker-ci.org/img/logo.svg
|
icon: https://woodpecker-ci.org/img/logo.svg
|
||||||
tags: robot,${CI_REPO_NAME}
|
tags: robot,${CI_REPO_NAME}
|
||||||
message: ${CI_COMMIT_MESSAGE}
|
message: ${CI_COMMIT_MESSAGE}
|
||||||
- name: go-tests
|
- name: go-tests
|
||||||
image: golang:1.24
|
image: golang:1.24
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Reference in a new issue