mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-18 06:57:57 +00:00
[ACTIONS] forgejo actions --registration-token-admin
(cherry picked from commit481d813539) address oliverpool comments (cherry picked from commitd8f313f9e2) s/Printf/Print/ (cherry picked from commit6621b04458) do not run initDB within integration tests (cherry picked from commit5a0428ede3) (cherry picked from commite8287b753d) (cherry picked from commitfc2b49e571) (cherry picked from commita291b39b23) (cherry picked from commitb8d4953405)
This commit is contained in:
parent
d4d6046f98
commit
e14de756ab
3 changed files with 119 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -58,6 +58,7 @@ func main() {
|
|||
arguments - which can alternatively be run by running the subcommand web.`
|
||||
app.Version = Version + formatBuiltWith()
|
||||
app.Commands = []cli.Command{
|
||||
cmd.CmdActions,
|
||||
cmd.CmdWeb,
|
||||
cmd.CmdServ,
|
||||
cmd.CmdHook,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue