mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Fixed duplicated output parameter description.
This commit is contained in:
4
.github/workflows/StaticTypeCheck.yml
vendored
4
.github/workflows/StaticTypeCheck.yml
vendored
@@ -50,11 +50,11 @@ on:
|
|||||||
default: 'StaticTypingSummary.xml'
|
default: 'StaticTypingSummary.xml'
|
||||||
type: string
|
type: string
|
||||||
html_artifact:
|
html_artifact:
|
||||||
description: 'Name of the typing artifact.'
|
description: 'Name of the typing artifact (HTML report).'
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
junit_artifact:
|
junit_artifact:
|
||||||
description: 'Name of the typing artifact.'
|
description: 'Name of the typing junit artifact (junit XML).'
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ html_artifact
|
|||||||
| html_artifact | yes | string | — — — — |
|
| html_artifact | yes | string | — — — — |
|
||||||
+----------------+----------+----------+--------------+
|
+----------------+----------+----------+--------------+
|
||||||
|
|
||||||
Name of the typing artifact.
|
Name of the typing artifact (HTML report).
|
||||||
|
|
||||||
|
|
||||||
junit_artifact
|
junit_artifact
|
||||||
@@ -167,7 +167,7 @@ junit_artifact
|
|||||||
| junit_artifact | optional | string | ``""`` |
|
| junit_artifact | optional | string | ``""`` |
|
||||||
+----------------+----------+----------+--------------+
|
+----------------+----------+----------+--------------+
|
||||||
|
|
||||||
Name of the typing artifact.
|
Name of the typing junit artifact (junit XML).
|
||||||
|
|
||||||
|
|
||||||
Secrets
|
Secrets
|
||||||
|
|||||||
Reference in New Issue
Block a user