From 052510a34020db056885c480adfea95fa659f892 Mon Sep 17 00:00:00 2001 From: Puneet Jain <105224306+pjain05@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:29:12 +0530 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 357310d..6f8c7c4 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -11,6 +11,7 @@ env: testRunByTestName: true testName: "Untitled test January_05_1:45 PM" projectID: "430125" + createTest: true on: push jobs: @@ -39,3 +40,4 @@ jobs: testRunByTestName: ${{env.testRunByTestName}} testName: ${{env.testName}} projectID: ${{env.projectID}} + createTest: ${{env.createTest}}