File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 chmod +x ./scripts/diff-match/index.sh
4141 ./scripts/diff-match/index.sh ${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }}
4242
43- - name : Diff matching for multi files
44- run : |
45- chmod +x ./scripts/diff-match/for-multi.sh
46- ./scripts/diff-match/for-multi.sh ${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }}
47- env :
48- GH_TOKEN : ${{ github.token }}
43+ # - name: Diff matching for multi files
44+ # run: |
45+ # chmod +x ./scripts/diff-match/for-multi.sh
46+ # ./scripts/diff-match/for-multi.sh ${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }}
47+ # env:
48+ # GH_TOKEN: ${{ github.token }}
4949
5050 - name : ID embedding
5151 run : |
You can’t perform that action at this time.
0 commit comments