We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--jobs
1 parent ec0240c commit bb87715Copy full SHA for bb87715
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