formatting
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
6d2f71d0f4
commit
4fb265c597
1 changed files with 4 additions and 4 deletions
|
|
@ -279,10 +279,10 @@ func runVerify(opts *Options) error {
|
|||
}
|
||||
|
||||
rows := [][]string{
|
||||
[]string{"- Build repo", sourceRepoAndOrg},
|
||||
[]string{"- Build workflow", sourceWorkflow},
|
||||
[]string{"- Signer repo", signerRepoAndOrg},
|
||||
[]string{"- Signer workflow", signerWorkflow},
|
||||
{"- Build repo", sourceRepoAndOrg},
|
||||
{"- Build workflow", sourceWorkflow},
|
||||
{"- Signer repo", signerRepoAndOrg},
|
||||
{"- Signer workflow", signerWorkflow},
|
||||
}
|
||||
opts.Logger.PrintBulletPoints(rows)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue