From ca1cb8e9aaa63457aea31c56048dbd129900b665 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Wed, 18 Jun 2025 13:50:53 +0500 Subject: [PATCH] Another fix --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 62ed888..c09839e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -90,7 +90,7 @@ steps: - > if git commit --message "$${GIT_COMMIT_MESSAGE}"; then git remote set-url origin "https://$${GITEA_HOST}/$${GITEA_REPOSITORY}" - git -c http.extraHeader="Authorization: Basic ${GITEA_TOKEN}" push origin "${GITEA_BRANCH}" + git -c http.extraHeader="Authorization: Basic $${GITEA_TOKEN}" push origin "$${GITEA_BRANCH}" fi when: branch: main