Skip to content

Commit cb0d36e

Browse files
committed
fix sonar
1 parent e913acd commit cb0d36e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

evidence/utils/environment.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ func GetEnvVariable(envVarName string) (string, error) {
1515
func IsRunningUnderGitHubAction() bool {
1616
return os.Getenv("GITHUB_ACTIONS") == "true"
1717
}
18-
19-
func IsRunningUnderGitHubAction() bool {
20-
return os.Getenv("GITHUB_ACTIONS") == "true"
21-
}

0 commit comments

Comments
 (0)