From b9aef1571f1f8edb21935f79ae0556903575dc19 Mon Sep 17 00:00:00 2001 From: Puneet Jain <105224306+pjain05@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:24:04 +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 1cccf08..57f19c4 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -7,6 +7,7 @@ env: showTailLog: "false" uploadFileCheck: "true" inputStartFile: "taurus_1.yml" + envVariable: '{"concurrency":"10","hold-for":"8","ramp-up": "4"}' on: push jobs: @@ -31,3 +32,4 @@ jobs: showTailLog: ${{env.showTailLog}} uploadFileCheck: ${{env.uploadFileCheck}} inputstartfile: ${{env.inputStartFile}} + envVariable: ${{env.envVariable}}