File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -297,8 +297,9 @@ runs:
297
297
--extra-arg="${{ inputs.extra-args }}" \
298
298
--tidy-review="${{ inputs.tidy-review }}" \
299
299
--format-review="${{ inputs.format-review }}" \
300
- --passive-reviews="${{ inputs.passive-reviews }}" \
301
- --jobs=${{ inputs.jobs }}
300
+ --passive-reviews="${{ inputs.passive-reviews }}"
301
+
302
+ # --jobs=${{ inputs.jobs }}
302
303
303
304
- name : Setup python venv (Windows)
304
305
if : runner.os == 'Windows'
@@ -336,7 +337,7 @@ runs:
336
337
' --extra-arg="${{ inputs.extra-args }}"' +
337
338
' --tidy-review="${{ inputs.tidy-review }}"' +
338
339
' --format-review="${{ inputs.format-review }}"' +
339
- ' --passive-reviews="${{ inputs.passive-reviews }}"' +
340
- ' --jobs=${{ inputs.jobs }}'
340
+ ' --passive-reviews="${{ inputs.passive-reviews }}"'
341
341
342
342
Invoke-Expression -Command $app
343
+ # ' --jobs=${{ inputs.jobs }}'
You can’t perform that action at this time.
0 commit comments