We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0437a69 commit 97f8074Copy full SHA for 97f8074
pkg/cmd/run/list/list.go
@@ -121,7 +121,7 @@ func listRun(opts *ListOptions) error {
121
122
for _, run := range runs {
123
if opts.PlainOutput {
124
- tp.AddField(""+string(run.Status), nil, nil)
+ tp.AddField(string(run.Status), nil, nil)
125
tp.AddField(string(run.Conclusion), nil, nil)
126
} else {
127
symbol, symbolColor := shared.Symbol(cs, run.Status, run.Conclusion)
0 commit comments