diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 5cd1fc4..649a124 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -42,7 +42,7 @@ jobs: run: | REPO_OWNER_SLASH_NAME="${{ gitea.repository }}" - git push origin create-pull-request/patch + git push origin create-pull-request/patch --force curl -s -X POST -H "Authorization: token $PAT" \ -H "Content-Type: application/json" \