From c63201364662a0ddde87b4cb936465b1c38f939f Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 29 Nov 2021 22:42:45 +0100 Subject: [PATCH] StaticTypeCheck: fix description of option 'artifact' --- .github/workflows/StaticTypeCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/StaticTypeCheck.yml b/.github/workflows/StaticTypeCheck.yml index 5a97ebc..1855542 100644 --- a/.github/workflows/StaticTypeCheck.yml +++ b/.github/workflows/StaticTypeCheck.yml @@ -23,7 +23,7 @@ on: required: true type: string artifact: - description: 'Name of the coverage artifact.' + description: 'Name of the typing artifact.' required: true type: string