From 129041f4fef18569dfde15ef597b4be52a6e703b Mon Sep 17 00:00:00 2001 From: ccubed Date: Sat, 30 Mar 2024 02:25:19 -0400 Subject: [PATCH] Ditto --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 9041b66..95348ce 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -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" \ No newline at end of file + - 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" \ No newline at end of file