diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 476091b..751b49e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: branch: ${{ github.head_ref || github.ref_name }}.changes - # create_branch: true + create_branch: true push_options: '--force' commit_message: Unit Tests Changes commit_user_name: Bot