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 5, 2024
1 parent cd2ce14 commit 73671ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
testID: "13797457"
continuePipeline: "false"
showTailLog: "false"
Uploadfilechk: "true"
uploadFileCheck: "true"
inputstartfile: "https://github.com/dnyanesh-nagre-perforce/blaze-action/blob/main/taurus.yml"

on: push
Expand All @@ -16,13 +16,13 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: PerforceAction
uses: dnyanesh-nagre-perforce/blaze-action@v2.2
uses: dnyanesh-nagre-perforce/blaze-action@v2.3
id: run-test
with:
apiKey: ${{env.apiKey}}
apiSecret: ${{env.apiSecret}}
testID: ${{env.testID}}
continuePipeline: ${{env.continuePipeline}}
showTailLog: ${{env.showTailLog}}
Uploadfilechk: ${{env.Uploadfilechk}}
uploadFileCheck: ${{env.uploadFileCheck}}
inputstartfile: ${{env.inputstartfile}}

0 comments on commit 73671ff

Please sign in to comment.