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 9, 2024
1 parent 584db3e commit b9aef15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -31,3 +32,4 @@ jobs:
showTailLog: ${{env.showTailLog}}
uploadFileCheck: ${{env.uploadFileCheck}}
inputstartfile: ${{env.inputStartFile}}
envVariable: ${{env.envVariable}}

0 comments on commit b9aef15

Please sign in to comment.