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}}