We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bf25e commit ad9b373Copy full SHA for ad9b373
dd-java-agent/agent-ci-visibility/src/main/java/datadog/trace/civisibility/ci/GithubActionsInfo.java
@@ -25,7 +25,7 @@
25
26
class GithubActionsInfo implements CIProviderInfo {
27
28
- private static final Logger LOGGER = LoggerFactory.getLogger(UnknownCIInfo.class);
+ private static final Logger LOGGER = LoggerFactory.getLogger(GithubActionsInfo.class);
29
30
// https://docs.github.com/en/free-pro-team@latest/actions/reference/environment-variables#default-environment-variables
31
public static final String GHACTIONS = "GITHUB_ACTION";
0 commit comments