File tree Expand file tree Collapse file tree 6 files changed +60
-12
lines changed
Expand file tree Collapse file tree 6 files changed +60
-12
lines changed Original file line number Diff line number Diff line change 55# # Added pull_request to register workflow from the PR.
66# # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
77# pull_request: {}
8- workflow_dispatch : {}
9-
8+ workflow_dispatch :
9+ inputs :
10+ ref :
11+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
12+ required : false
13+ type : " string"
14+ sha :
15+ description : " The sha of the commit that triggered the workflow run"
16+ required : false
17+ type : " string"
1018jobs :
1119 setup :
1220 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55# # Added pull_request to register workflow from the PR.
66# # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
77# pull_request: {}
8- workflow_dispatch : {}
9-
8+ workflow_dispatch :
9+ inputs :
10+ ref :
11+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
12+ required : false
13+ type : " string"
14+ sha :
15+ description : " The sha of the commit that triggered the workflow run"
16+ required : false
17+ type : " string"
1018jobs :
1119 setup :
1220 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55# # Added pull_request to register workflow from the PR.
66# # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
77# pull_request: {}
8- workflow_dispatch : {}
9-
8+ workflow_dispatch :
9+ inputs :
10+ ref :
11+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
12+ required : false
13+ type : " string"
14+ sha :
15+ description : " The sha of the commit that triggered the workflow run"
16+ required : false
17+ type : " string"
1018jobs :
1119 setup :
1220 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 # # Added pull_request to register workflow from the PR.
66 # # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
77 # pull_request: {}
8- workflow_dispatch : {}
9-
8+ workflow_dispatch :
9+ inputs :
10+ ref :
11+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
12+ required : false
13+ type : " string"
14+ sha :
15+ description : " The sha of the commit that triggered the workflow run"
16+ required : false
17+ type : " string"
1018jobs :
1119 setup :
1220 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55# # Added pull_request to register workflow from the PR.
66# # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
77# pull_request: {}
8- workflow_dispatch : {}
9-
8+ workflow_dispatch :
9+ inputs :
10+ ref :
11+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
12+ required : false
13+ type : " string"
14+ sha :
15+ description : " The sha of the commit that triggered the workflow run"
16+ required : false
17+ type : " string"
1018jobs :
1119 setup :
1220 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55# # Added pull_request to register workflow from the PR.
66# # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
77# pull_request: {}
8- workflow_dispatch : {}
9-
8+ workflow_dispatch :
9+ inputs :
10+ ref :
11+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
12+ required : false
13+ type : " string"
14+ sha :
15+ description : " The sha of the commit that triggered the workflow run"
16+ required : false
17+ type : " string"
1018jobs :
1119 setup :
1220 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments