mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-05-08 00:03:24 +02:00
Use 'Gitea Runner' branding in user-facing strings
Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,7 @@ func Execute(ctx context.Context) {
|
||||
// ./runner
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "runner [event name to run]\nIf no event name passed, will default to \"on: push\"",
|
||||
Short: "Actions runner for Gitea.",
|
||||
Short: "Gitea Runner",
|
||||
Args: cobra.MaximumNArgs(1),
|
||||
Version: ver.Version(),
|
||||
SilenceUsage: true,
|
||||
|
||||
Reference in New Issue
Block a user