diff options
-rw-r--r-- | .github/workflows/plugins.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index f61f8440..56d2a9cc 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -55,7 +55,6 @@ jobs: with: branch: plugins-bump delete-branch: true # Delete the branch when closing pull requests, and when undeleted after merging. - base: test-ci token: ${{ secrets.GITHUB_TOKEN }} title: "chore: bump plugins version" - commit_message: "chore: bump plugins version" + commit-message: "chore: bump plugins version" |