浏览代码

ci: fix workflow inputs (#2397)

kylo252 3 年之前
父节点
当前提交
5d08a337fa
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/plugins.yml

+ 1 - 2
.github/workflows/plugins.yml

@@ -55,7 +55,6 @@ jobs:
         with:
         with:
           branch: plugins-bump
           branch: plugins-bump
           delete-branch: true # Delete the branch when closing pull requests, and when undeleted after merging.
           delete-branch: true # Delete the branch when closing pull requests, and when undeleted after merging.
-          base: test-ci
           token: ${{ secrets.GITHUB_TOKEN }}
           token: ${{ secrets.GITHUB_TOKEN }}
           title: "chore: bump plugins version"
           title: "chore: bump plugins version"
-          commit_message: "chore: bump plugins version"
+          commit-message: "chore: bump plugins version"