diff options
| author | kylo252 <[email protected]> | 2022-03-26 14:28:31 +0100 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-26 14:28:31 +0100 | 
| commit | 5d08a337faa798b67611a1bba545ff5116579da4 (patch) | |
| tree | 76214b86a7a6db519f8f369cf293855269744335 /.github/workflows | |
| parent | ea0e1f99e7df476638569a10ddcfdff1dbce52dd (diff) | |
ci: fix workflow inputs (#2397)
Diffstat (limited to '.github/workflows')
| -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" | 
