don't need to expicitely set origin

This commit is contained in:
2026-04-15 13:57:27 +02:00
parent 65a720bf03
commit 5258041b60
@@ -51,7 +51,4 @@ jobs:
-m "$commit_subject" \
-m "Changed files: $changed_files"
git remote set-url origin \
"https://${GITEA_ACTOR}:${GITEA_TOKEN}@${GITEA_SERVER_URL#https://}/${GITEA_REPOSITORY}.git"
git push origin "HEAD:${GITEA_REF_NAME}"