diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index 3af8ed6..ba5cfd2 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -38,7 +38,7 @@ jobs: git checkout -b ${{ env.BUILD_BRANCH }} git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} ym files converted to xml" - git push -f origin HEAD:${{ env.BUILD_BRANCH }} + git push origin HEAD:${{ env.BUILD_BRANCH }} - name: make pull request comment run: | diff --git a/.gitea/workflows/convert-to-xml.yml b/.gitea/workflows/convert-to-xml.yml index 82f921f..2c9cf40 100644 --- a/.gitea/workflows/convert-to-xml.yml +++ b/.gitea/workflows/convert-to-xml.yml @@ -28,4 +28,4 @@ jobs: git config --global user.email "username@users.noreply.github.com" git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml" - git push -f origin HEAD:refs/heads/deployed-${{ github.ref_name }} + git push origin HEAD:refs/heads/deployed-${{ github.ref_name }} diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 6ba3a81..ef9c423 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -51,7 +51,7 @@ jobs: git add -A git status git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git push -f origin HEAD:${{ env.DEVELOPMENT_BRANCH }} + git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }} #- name: push development # env: # CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts @@ -105,7 +105,7 @@ jobs: git checkout -b ${{ env.BUILD_BRANCH }} git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} ym files converted to xml" - git push -f origin HEAD:${{ env.BUILD_BRANCH }} + git push origin HEAD:${{ env.BUILD_BRANCH }} - name: make pull request comment run: |