소스 검색

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:
           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"