From 2b74cf406e8ca0b36338eb06e85085c510f4b5bf Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Wed, 27 Mar 2024 21:37:54 -0700 Subject: [PATCH] adjustments for docs --- action.yml | 4 +++- docs/action.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a5ada053..03dfff39 100644 --- a/action.yml +++ b/action.yml @@ -193,7 +193,9 @@ inputs: default: false jobs: description: | - The number of jobs to run in parallel. If <= 0, the number of jobs is set to use the number of all available CPU cores. + The number of jobs to run in parallel. + If less than or equal to 0, the number of jobs is set to + use the number of all available CPU cores. required: false default: 0 outputs: diff --git a/docs/action.yml b/docs/action.yml index b5a5f232..40b65cd3 100644 --- a/docs/action.yml +++ b/docs/action.yml @@ -40,6 +40,8 @@ inputs: format-review: minimum-version: '2.9.0' required-permission: 'pull-requests: write #pull-request-reviews' + jobs: + minimum-version: '2.11.0' outputs: checks-failed: minimum-version: '1.2.0'