Skip to content

Commit 5d94545

Browse files
committed
ci: set defaults for dispatch run
1 parent fc506bb commit 5d94545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dispatch-run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
workflow_dispatch:
55
inputs:
66
workflow:
7-
description: "Workflow to dispatch"
7+
description: "Workflow to dispatch (e.g. .github/workflows/update-go.yml)"
88
required: true
99
inputs:
10-
description: "Workflow inputs"
10+
description: 'Workflow inputs (e.g {"version": "1.24", "dry-run": "true"})'
1111
required: false
1212
default: '{}'
1313
filter:
14-
description: "Filter to apply to the list of repositories"
14+
description: 'Filter to apply to the list of repositories (e.g. .language == "Go" and .owner.login == "ipdxco")'
1515
required: false
1616
default: 'true'
1717
dry-run:

0 commit comments

Comments
 (0)