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 c7b8010 commit 052510a
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 @@ -11,6 +11,7 @@ env:
testRunByTestName: true
testName: "Untitled test January_05_1:45 PM"
projectID: "430125"
createTest: true

on: push
jobs:
Expand Down Expand Up @@ -39,3 +40,4 @@ jobs:
testRunByTestName: ${{env.testRunByTestName}}
testName: ${{env.testName}}
projectID: ${{env.projectID}}
createTest: ${{env.createTest}}

0 comments on commit 052510a

Please sign in to comment.