Skip to content

Commit 336f7bd

Browse files
v1.12.3
- Taxonomy query support - Early Access Feature Support
1 parent 1a70e84 commit 336f7bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/contentstack/sdk/Credentials.java

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
public class Credentials {
77
static Dotenv env = getEnv();
88

9+
910
private static String envChecker() {
1011
String githubActions = System.getenv("GITHUB_ACTIONS");
1112
if (githubActions != null && githubActions.equals("true")) {

0 commit comments

Comments
 (0)