remove extra quotes
This commit is contained in:
parent
0437a69967
commit
97f80740aa
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ func listRun(opts *ListOptions) error {
|
|||
|
||||
for _, run := range runs {
|
||||
if opts.PlainOutput {
|
||||
tp.AddField(""+string(run.Status), nil, nil)
|
||||
tp.AddField(string(run.Status), nil, nil)
|
||||
tp.AddField(string(run.Conclusion), nil, nil)
|
||||
} else {
|
||||
symbol, symbolColor := shared.Symbol(cs, run.Status, run.Conclusion)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue