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 0531074 commit 8167bcfCopy full SHA for 8167bcf
logs.go
@@ -34,7 +34,7 @@ func (l *LogsOptions) params() url.Values {
34
params.Set("state", l.Filter.State)
35
}
36
if l.Filter.Url != "" {
37
- params.Set("url", l.Filter.Url)
+ params.Set("workflowUrl", l.Filter.Url)
38
39
if l.Filter.CreatedAt != 0 {
40
params.Set("workflowCreatedAt", strconv.FormatInt(l.Filter.CreatedAt, 10))
0 commit comments