Skip to content

Commit 6e38291

Browse files
committed
Add a label
1 parent 39f74be commit 6e38291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func run(registrationToken string, repository string, hostname string, disableup
142142
if disableupdate {
143143
args = append(args, "--disableupdate")
144144
}
145-
e, _, err := expect.Spawn(fmt.Sprintf("bash config.sh --token %s --url https://github.com/%s %s", registrationToken, repository, strings.Join(args, " ")), -1)
145+
e, _, err := expect.Spawn(fmt.Sprintf("bash config.sh --labels kaidotdev/github-actions-runner-controller --token %s --url https://github.com/%s %s", registrationToken, repository, strings.Join(args, " ")), -1)
146146
if err != nil {
147147
log.Fatal(err)
148148
}

0 commit comments

Comments
 (0)