1
0
Fork 0
forked from forgejo/forgejo

[ACTIONS] forgejo actions --registration-token-admin

(cherry picked from commit 481d813539)

address oliverpool comments

(cherry picked from commit d8f313f9e2)

s/Printf/Print/

(cherry picked from commit 6621b04458)

do not run initDB within integration tests

(cherry picked from commit 5a0428ede3)
This commit is contained in:
Earl Warren 2023-03-09 10:56:38 +01:00 committed by Loïc Dachary
parent 71d91fdf22
commit d3ebc9449c
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2
3 changed files with 119 additions and 0 deletions

View file

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