You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(runner): enhance runner name configuration options
- Introduces an option to use hostname as the runner name by setting `GITHUB_RUNNER_USE_HOSTNAME` to "true".
- Updates the behavior to prefer hostname over provided runner name when the flag is enabled.
- Provides fallback to hostname if no name is provided and the flag is not true.
- Improves documentation to clarify the new behavior and configuration options.
0 commit comments