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
I run this action for a repository where I have defined a sonar-project.properties, in which I have defined:
sonar.projectKey=my-project
however during Action execution I can see the project key is always set to 'workspace' (overwriting results for any existing project with that key name):
INFO: Project key: workspace
Other settings in sonar-project.properties seem to be read fine.
Is there a workaround for this behavior?