We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--jobs
1 parent fa9fe85 commit a543187Copy full SHA for a543187
action.yml
@@ -412,7 +412,7 @@ runs:
412
'--tidy-review=${{ inputs.tidy-review }}'
413
'--format-review=${{ inputs.format-review }}'
414
'--passive-reviews=${{ inputs.passive-reviews }}'
415
- '--jobs=${{ inputs.jobs }}'
+ # '--jobs=${{ inputs.jobs }}'
416
]
417
mut uv_args = [run --no-sync --project $action_path --directory (pwd)]
418
0 commit comments