File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9999
100100| **Input** | **Description** | **Required** | **Type** | **Default** |
101101| ----------------------- | ----------------------------------------------------------------------------------------- | ------------ | ----------- | ------------ |
102- | **` build`** | Build parameters. Must be a string or a json object. | **false** | **string** | `build` |
102+ | **` build`** | Build parameters. Must be a string or a JSON object. | **false** | **string** | `build` |
103103| **`checks`** | Optional flag to enable check steps. | **false** | **boolean** | `true` |
104104| **`lint`** | Optional flag to enable linting. | **false** | **boolean** | `true` |
105105| **`code-ql`** | Code QL analysis language. See <https://github.com/github/codeql-action>. | **false** | **string** | `typescript` |
Original file line number Diff line number Diff line change 1111 workflow_call :
1212 inputs :
1313 build :
14- description : Build parameters. Must be a string or a json object.
14+ description : Build parameters. Must be a string or a JSON object.
1515 type : string
1616 required : false
1717 default : " build"
You can’t perform that action at this time.
0 commit comments