Skip to content

Commit

Permalink
adjustments for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 28, 2024
1 parent 0d1f984 commit 2b74cf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2b74cf4

Please sign in to comment.