File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1412,7 +1412,7 @@ func registerRoutes(m *web.Router) {
14121412 m .Post ("/disable" , reqRepoAdmin , actions .DisableWorkflowFile )
14131413 m .Post ("/enable" , reqRepoAdmin , actions .EnableWorkflowFile )
14141414 m .Post ("/run" , reqRepoActionsWriter , actions .Run )
1415- m .Get ("/dispatch-inputs" , reqRepoActionsWriter , actions .WorkflowDispatchInputs )
1415+ m .Get ("/workflow- dispatch-inputs" , reqRepoActionsWriter , actions .WorkflowDispatchInputs )
14161416
14171417 m .Group ("/runs/{run}" , func () {
14181418 m .Combo ("" ).
Original file line number Diff line number Diff line change 1111 <label>{{ctx.Locale.Tr "actions.workflow.from_ref"}}:</label>
1212 </span>
1313 <div class="ui inline field dropdown button select-branch branch-selector-dropdown ellipsis-items-nowrap">
14- <input type="hidden" name="ref" hx-sync="this:replace" hx-target="#runWorkflowDispatchModalInputs" hx-swap="innerHTML" hx-get="{{$.Link}}/dispatch-inputs?workflow={{$.CurWorkflow}}&actor={{$.CurActor}}&status={{.Status}}" hx-trigger="change" value="refs/heads/{{index .Branches 0}}">
14+ <input type="hidden" name="ref" hx-sync="this:replace" hx-target="#runWorkflowDispatchModalInputs" hx-swap="innerHTML" hx-get="{{$.Link}}/workflow- dispatch-inputs?workflow={{$.CurWorkflow}}&actor={{$.CurActor}}&status={{.Status}}" hx-trigger="change" value="refs/heads/{{index .Branches 0}}">
1515 {{svg "octicon-git-branch" 14}}
1616 <div class="default text">{{index .Branches 0}}</div>
1717 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
You can’t perform that action at this time.
0 commit comments