We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e913acd commit cb0d36eCopy full SHA for cb0d36e
evidence/utils/environment.go
@@ -15,7 +15,3 @@ func GetEnvVariable(envVarName string) (string, error) {
15
func IsRunningUnderGitHubAction() bool {
16
return os.Getenv("GITHUB_ACTIONS") == "true"
17
}
18
-
19
-func IsRunningUnderGitHubAction() bool {
20
- return os.Getenv("GITHUB_ACTIONS") == "true"
21
-}
0 commit comments