Ditto
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Charles Click 2024-03-30 02:25:19 -04:00
parent 7aa0b1655c
commit 129041f4fe
Signed by: roryejinn
GPG Key ID: EDECB89DEDB998C0

View File

@ -40,4 +40,4 @@ steps:
secrets: [GITEA_TOKEN]
commands:
- apk add curl
- curl "https://git.vertinext.com/message?token=${GITEA_TOKEN}" -F "title=${CI} - ${CI_REPO_NAME}" -F "message=${CI_BUILD_EVENT} has status ${CI_BUILD_STATUS}" -F "priority=0"
- curl "https://git.vertinext.com/message?token=$${GITEA_TOKEN}" -F "title=${CI} - ${CI_REPO_NAME}" -F "message=${CI_BUILD_EVENT} has status ${CI_BUILD_STATUS}" -F "priority=0"