Skip to content

Commit

Permalink
Add a label
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidotdev committed Oct 7, 2022
1 parent 39f74be commit 6e38291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func run(registrationToken string, repository string, hostname string, disableup
if disableupdate {
args = append(args, "--disableupdate")
}
e, _, err := expect.Spawn(fmt.Sprintf("bash config.sh --token %s --url https://github.com/%s %s", registrationToken, repository, strings.Join(args, " ")), -1)
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)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 6e38291

Please sign in to comment.