We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc506bb commit 5d94545Copy full SHA for 5d94545
.github/workflows/dispatch-run.yml
@@ -4,14 +4,14 @@ on:
4
workflow_dispatch:
5
inputs:
6
workflow:
7
- description: "Workflow to dispatch"
+ description: "Workflow to dispatch (e.g. .github/workflows/update-go.yml)"
8
required: true
9
10
- description: "Workflow inputs"
+ description: 'Workflow inputs (e.g {"version": "1.24", "dry-run": "true"})'
11
required: false
12
default: '{}'
13
filter:
14
- description: "Filter to apply to the list of repositories"
+ description: 'Filter to apply to the list of repositories (e.g. .language == "Go" and .owner.login == "ipdxco")'
15
16
default: 'true'
17
dry-run:
0 commit comments