Skip to content

Commit 5f52017

Browse files
committed
test
1 parent 89e9d31 commit 5f52017

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
build-environment: linux
1818
secrets: inherit
1919
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"}'
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"}'

0 commit comments

Comments
 (0)