Skip to content

Commit dcad326

Browse files
committed
Fix typo
1 parent 43d616d commit dcad326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/actions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var (
4242
Name: "set-runner-token",
4343
Usage: "Set a new token for a runner to as register token",
4444
Action: runSetActionsRunnerToken,
45-
Aliases: []string{"grt"},
45+
Aliases: []string{"srt"},
4646
Flags: []cli.Flag{
4747
&cli.StringFlag{
4848
Name: "scope",

0 commit comments

Comments
 (0)