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
When i run spotless command in github action, it throws error as below. Could you please check why it would happen and how it can be resolved? Thank you.
Error: Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.43.0:check (default-cli) on project subscriptions-tracker: Execution default-cli of goal com.diffplug.spotless:spotless-maven-plugin:2.43.0:check failed: No such reference 'origin/main' -> [Help 1]
Error:
Error: To see the full stack trace of the errors, re-run Maven with the -e switch.
Error: Re-run Maven using the -X switch to enable full debug logging.
Error:
Error: For more information about the errors and possible solutions, please read the following articles:
Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Error: Process completed with exit code 1.
When i run spotless command in github action, it throws error as below. Could you please check why it would happen and how it can be resolved? Thank you.
Following is my github action yaml file
Maven version : 4.0.0
spotless version : 2.43.0
The text was updated successfully, but these errors were encountered: