mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
CLI repo sync: Show forge-remote-id
(#2103)
Because you need the `forge-remote-id` to supply as an argument to `repo add`
This commit is contained in:
parent
d1c51f4af8
commit
6359df4c64
1 changed files with 1 additions and 1 deletions
|
@ -53,4 +53,4 @@ func repoList(c *cli.Context) error {
|
|||
}
|
||||
|
||||
// template for repository list items
|
||||
var tmplRepoList = "\x1b[33m{{ .FullName }}\x1b[0m (id: {{ .ID }})"
|
||||
var tmplRepoList = "\x1b[33m{{ .FullName }}\x1b[0m (id: {{ .ID }}, forgeRemoteID: {{ .ForgeRemoteID }})"
|
||||
|
|
Loading…
Reference in a new issue