From 6f97e85590a87569d77770361395d30397f2f51a Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Fri, 24 Mar 2023 07:35:20 +0100 Subject: [PATCH] dispatch-kola-tests.yaml: Elaborated comments on inputs --- .github/workflows/dispatch-kola-tests.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch-kola-tests.yaml b/.github/workflows/dispatch-kola-tests.yaml index a104c7c7ab..c970711d30 100644 --- a/.github/workflows/dispatch-kola-tests.yaml +++ b/.github/workflows/dispatch-kola-tests.yaml @@ -8,12 +8,15 @@ on: required: true default: ci.yaml description: | - The workflow ID from where we'll download the artifacts to be tested. + The workflow name or ID from where we'll download the artifacts to be tested. + E.g. the name of the YAML file (w/o path) of the respective workflow. workflow_run_id: type: string required: true description: | - The run ID of the workflow specified in workflow_name_or_id + The run ID of the workflow specified in workflow_name_or_id. + You can e.g. get this from a run's URL - + https://github.com/flatcar/scripts/actions/runs/ . permissions: {}