mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-24 18:00:02 +02:00
[ACTIONS] forgejo actions --registration-token-admin
(cherry picked from commit 481d813539762af6670b2cb4d3e893ab27dfe544) address oliverpool comments (cherry picked from commit d8f313f9e21ceea7b113fc04938fa4ffea577d9e) s/Printf/Print/ (cherry picked from commit 6621b04458b9fbaf8b6664efd86886b2ebbec01d) do not run initDB within integration tests (cherry picked from commit 5a0428ede3e8f242860d121ab3ee8712a1fe2f14) (cherry picked from commit e8287b753d70d51e9bec23e732d797fe900a4911) (cherry picked from commitfc2b49e571
) (cherry picked from commit a291b39b230d62bd28a0cb0728e0ae6f6c60a5ab) (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