File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,11 @@ steps:
1919 id : return-dispatch
2020 with :
2121 token : ${{ secrets.TOKEN }} # Note this is NOT GITHUB_TOKEN but a PAT
22- ref : Target_Branch
22+ ref : target_branch # or refs/heads/target_branch
2323 repo : repository-name
2424 owner : repository-owner
2525 workflow : automation-test.yml
26+ workflow_inputs : { "some_input": "value" }
2627 workflow_timeout_seconds : 300
2728
2829 - name : Use the output run ID
Original file line number Diff line number Diff line change 99 description : " The identified Run ID."
1010inputs :
1111 token :
12- description : " GitHub API token for making requests."
12+ description : " GitHub Personal Access Token for making API requests."
1313 required : true
1414 ref :
1515 description : " The git reference for the workflow. The reference can be a branch or tag name."
You can’t perform that action at this time.
0 commit comments