diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56c760c3..87948799 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,7 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5 with: + branch: feature-123 commit_message: Format code with black push_options: '--force' create_branch: true