From 5d08a337faa798b67611a1bba545ff5116579da4 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 26 Mar 2022 14:28:31 +0100 Subject: ci: fix workflow inputs (#2397) --- .github/workflows/plugins.yml | 3 +-- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3