File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 build-environment : linux
1818 secrets : inherit
19+
Original file line number Diff line number Diff line change 2121 - name : Testing
2222 run : |
2323 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"}'
Original file line number Diff line number Diff line change 11name : post-test-dispatch
22on :
3- pull_request :
3+ workflow_dispatch :
4+ inputs :
5+ name :
6+ description : ' Your name'
7+ required : true
48
59jobs :
610 post-process :
1115 - name : Testing
1216 run : |
1317 echo "Workflow post-test-dispatch: ${{ github.workflow }}"
18+ echo "Name: ${github.event.inputs.name}"
You can’t perform that action at this time.
0 commit comments