dispatch-kola-tests.yaml: Elaborated comments on inputs

This commit is contained in:
Thilo Fromm 2023-03-24 07:35:20 +01:00
parent 54c61a046b
commit 6f97e85590

View File

@ -8,12 +8,15 @@ on:
required: true required: true
default: ci.yaml default: ci.yaml
description: | 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: workflow_run_id:
type: string type: string
required: true required: true
description: | 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/<ID> .
permissions: {} permissions: {}