npm diff action:在GitHub Actions上运行npm diff 源码
npm diff动作 此操作将发布PR注释,包括命令的输出(自npm 7.5.0起)。 用法 去做... name : npm diff on : pull_request : types : [assigned] jobs : post-comment : runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 - uses : ybiquitous/npm-diff-action@v1 with : github_token : ${{ secrets.GITHUB_TOKEN }}
下载地址
用户评论