From 301584a670de754337a6f1c38e07f68cde79a656 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 5 Nov 2022 23:18:48 +0100 Subject: [PATCH] Fixed duplicated output parameter description. --- .github/workflows/StaticTypeCheck.yml | 4 ++-- doc/JobTemplate/StaticTypeCheck.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/StaticTypeCheck.yml b/.github/workflows/StaticTypeCheck.yml index bf06d99..4a8e736 100644 --- a/.github/workflows/StaticTypeCheck.yml +++ b/.github/workflows/StaticTypeCheck.yml @@ -50,11 +50,11 @@ on: default: 'StaticTypingSummary.xml' type: string html_artifact: - description: 'Name of the typing artifact.' + description: 'Name of the typing artifact (HTML report).' required: true type: string junit_artifact: - description: 'Name of the typing artifact.' + description: 'Name of the typing junit artifact (junit XML).' required: false default: '' type: string diff --git a/doc/JobTemplate/StaticTypeCheck.rst b/doc/JobTemplate/StaticTypeCheck.rst index f8fc9ac..f9d9ccf 100644 --- a/doc/JobTemplate/StaticTypeCheck.rst +++ b/doc/JobTemplate/StaticTypeCheck.rst @@ -155,7 +155,7 @@ html_artifact | html_artifact | yes | string | — — — — | +----------------+----------+----------+--------------+ -Name of the typing artifact. +Name of the typing artifact (HTML report). junit_artifact @@ -167,7 +167,7 @@ junit_artifact | junit_artifact | optional | string | ``""`` | +----------------+----------+----------+--------------+ -Name of the typing artifact. +Name of the typing junit artifact (junit XML). Secrets