mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
dispatch-kola-tests.yaml: Elaborated comments on inputs
This commit is contained in:
parent
54c61a046b
commit
6f97e85590
7
.github/workflows/dispatch-kola-tests.yaml
vendored
7
.github/workflows/dispatch-kola-tests.yaml
vendored
@ -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: {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user