Merge pull request 'Another fix' (#33) from add-endpoint into main

Reviewed-on: https://codeberg.org/gitnex/tea4j-autodeploy/pulls/33
This commit is contained in:
M M Arif
2025-06-18 10:51:37 +02:00
+1 -1
View File
@@ -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