action pull request another repo:在另一个存储库中创建拉取请求的操作 源码
动作拉取请求另一个存储库 该GitHub Action将文件夹从当前存储库复制到另一个存储库中的某个位置,并创建拉取请求 工作流程示例 name: Push File on: push jobs: pull-request: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Create pull request uses: paygoc6/action-pull-request-another-repo@v1.0.1
下载地址
用户评论