formatting

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2025-01-15 14:22:05 -07:00
parent 6d2f71d0f4
commit 4fb265c597

View file

@ -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)