From f265bef8dedd4344d16fdf3a66721c9708a01a10 Mon Sep 17 00:00:00 2001 From: Puneet Jain <105224306+pjain05@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:03:58 +0530 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index bb1976b..c92ad0a 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -10,6 +10,7 @@ env: #envVariable: '{"concurrency":"10","hold-for":"3m","ramp-up": "2m"}' #testRunByTestName: true #testName: "Untitled test January_05_1:45 PM" + testName: "Hello From Action" projectID: "430125" createTest: true @@ -38,6 +39,6 @@ jobs: inputstartfile: ${{env.inputStartFile}} envVariable: ${{env.envVariable}} # testRunByTestName: ${{env.testRunByTestName}} - #testName: ${{env.testName}} + testName: ${{env.testName}} projectID: ${{env.projectID}} createTest: ${{env.createTest}}