diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index da0a910..bd468c4 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -52,7 +52,7 @@ jobs: git add -A git status git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git push -f https://giles:${{ secrets.TEA_TOKEN }}@sigyl.com/git/anotheruser/batch-example HEAD:${{ env.PRODUCTION_BRANCH }} + git push -f https://giles:${{ secrets.TEA_TOKEN }}@sigyl.com/git/another-user/batch-example HEAD:${{ env.PRODUCTION_BRANCH }} - name: make pull request #git fetch # git merge origin/master --allow-unrelated-histories --strategy-option=ours