Skip to content

Commit bf64b9a

Browse files
committed
test
1 parent f0e00dd commit bf64b9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/post-use-trigger-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "Workflow post-use-trigger-workflow: ${{ github.workflow }}"
2424
test-dispatch:
2525
- 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"}'
26+
uses: benc-uk/workflow-dispatch@v1
27+
with:
28+
workflow: post_test_dispatch.yml
29+
inputs: '{ "name": "blah blah"}'

0 commit comments

Comments
 (0)