Include extra user-agent for runners created by actions-runner-controller. (#2177)

This commit is contained in:
Tingluo Huang
2023-01-17 17:38:59 -05:00
committed by GitHub
parent 23fdca4786
commit bb61bb1342
3 changed files with 19 additions and 10 deletions

View File

@@ -6,5 +6,6 @@ const (
)
const (
EnvVarRunnerJITConfig = "ACTIONS_RUNNER_INPUT_JITCONFIG"
EnvVarRunnerJITConfig = "ACTIONS_RUNNER_INPUT_JITCONFIG"
EnvVarRunnerExtraUserAgent = "GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT"
)