Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjain05 authored Jan 22, 2024
1 parent 495a19c commit f265bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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}}

0 comments on commit f265bef

Please sign in to comment.