File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 update-oss-licenses-dist :
10- runs-on : windows-latest
10+ strategy :
11+ matrix :
12+ os : [ macos-latest ]
13+ runs-on : ${{ matrix.os }}
1114 permissions :
1215 contents : write
1316 pull-requests : write
@@ -41,13 +44,14 @@ jobs:
4144 else
4245 echo "files_changed=false" >> $GITHUB_ENV
4346 fi
47+ shell : ${{ matrix.os == 'windows-latest' && 'bash' || 'sh' }}
4448
4549 - name : Create Pull Request
4650 if : env.files_changed == 'true'
4751 uses : peter-evans/create-pull-request@v4
4852 with :
49- title : ' 更新开源许可证信息(OSSLicensesDist.js) '
50- body : ' 自动化更新 OSSLicensesDist.js '
53+ title : ' 更新开源许可证信息'
54+ body : ' 自动化更新 npm 依赖项的开放源代码信息 '
5155 branch : ' update-licenses'
52- commit-message : ' Update OSSLicensesDist.js '
56+ commit-message : ' Update OSS Licenses Dist '
5357 labels : ' auto-generated'
You can’t perform that action at this time.
0 commit comments