browserstack / github-actions

A collection of GitHub Actions for BrowserStack. For internal reference: https://browserstack.atlassian.net/wiki/spaces/ENG/pages/1750928573/GitHub+Integration+via+GitHub+Actions
MIT License
54 stars 36 forks source link

`setup-env` action is modifying my username #24

Open jason-edstrom opened 1 year ago

jason-edstrom commented 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?

image

https://github.com/browserstack/github-actions/blob/63b648e87c6c2b48039b6e7af80b259c60d85f99/setup-env/src/actionInput/inputValidator.js#L79

francisf commented 1 year ago

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.