We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e9d31 commit 5f52017Copy full SHA for 5f52017
.github/workflows/post-trigger-workflow.yml
@@ -17,8 +17,8 @@ jobs:
17
build-environment: linux
18
secrets: inherit
19
test-dispatch:
20
- - name: Invoke workflow with inputs
21
- uses: benc-uk/workflow-dispatch@v1
22
- with:
23
- workflow: post_test_dispatch.yml
24
- inputs: '{ "name": "blah blah"}'
+ name: Invoke workflow with inputs
+ uses: benc-uk/workflow-dispatch@v1
+ with:
+ workflow: post_test_dispatch.yml
+ inputs: '{ "name": "blah blah"}'
0 commit comments