We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e00dd commit bf64b9aCopy full SHA for bf64b9a
.github/workflows/post-use-trigger-workflow.yml
@@ -23,7 +23,7 @@ jobs:
23
echo "Workflow post-use-trigger-workflow: ${{ github.workflow }}"
24
test-dispatch:
25
- name: Invoke workflow with inputs
26
- uses: benc-uk/workflow-dispatch@v1
27
- with:
28
- workflow: post_test_dispatch.yml
29
- inputs: '{ "name": "blah blah"}'
+ uses: benc-uk/workflow-dispatch@v1
+ with:
+ workflow: post_test_dispatch.yml
+ inputs: '{ "name": "blah blah"}'
0 commit comments