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