We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7be867 commit bba318cCopy full SHA for bba318c
routers/web/repo/actions/view.go
@@ -87,7 +87,7 @@ func ViewWorkflowFile(ctx *context_module.Context) {
87
}
88
for _, entry := range entries {
89
if entry.Name() == run.WorkflowID {
90
- ctx.Redirect(fmt.Sprintf("%s/src/commit/%s/%s/%s", ctx.Repo.RepoLink, url.PathEscape(run.CommitSHA), util.PathEscapeSegments(rpath), url.PathEscape(run.WorkflowID)))
+ ctx.Redirect(fmt.Sprintf("%s/src/commit/%s/%s/%s", ctx.Repo.RepoLink, url.PathEscape(run.CommitSHA), util.PathEscapeSegments(rpath), url.PathEscapeSegments(run.WorkflowID)))
91
return
92
93
0 commit comments