Skip to content

Commit

Permalink
v1.12.3
Browse files Browse the repository at this point in the history
- Taxonomy query support
- Early Access Feature Support
  • Loading branch information
ishaileshmishra committed Dec 15, 2023
1 parent 916bca1 commit a5408fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/contentstack/sdk/Credentials.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
public class Credentials {
static Dotenv env = getEnv();


private static String envChecker() {
String githubActions = System.getenv("GITHUB_ACTIONS");
if (githubActions != null && githubActions.equals("true")) {
Expand Down

0 comments on commit a5408fe

Please sign in to comment.