Open jason-edstrom opened 1 year ago
I noticed that when I use the setup-env action, my username gets appended with -GitHubAction. Do you know if this is intended behavior?
setup-env
-GitHubAction.
https://github.com/browserstack/github-actions/blob/63b648e87c6c2b48039b6e7af80b259c60d85f99/setup-env/src/actionInput/inputValidator.js#L79
Yes. It is used for instrumentation around usage of GH Actions (or any other CI system). This shouldn't impact your tests in any way though.
I noticed that when I use the
setup-env
action, my username gets appended with-GitHubAction.
Do you know if this is intended behavior?https://github.com/browserstack/github-actions/blob/63b648e87c6c2b48039b6e7af80b259c60d85f99/setup-env/src/actionInput/inputValidator.js#L79