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 b4157a2 commit 263e847
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: github-action
env:
apiKey: "38e53fd821771b102b5bfddc"
apiSecret: "c9fb4b4be583657d952d3d25103b28590811e7b0f43bf8d7d9107b6345ae752f15a21d50"
testID: "13223116"
apiKey: "17367bcc353b421e3b2a51d8"
apiSecret: "f7f1e77340e84a3ed0b8c493fd228a1b75aa1b75d2a42f4855ad230918190a356cbb796b"
testID: "13794733"
continuePipeline: "false"
showTailLog: "false"
locations: "azure-east-au-1"
dedicatedIP: "false"

on: push
jobs:
Expand All @@ -14,11 +16,13 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: PerforceAction
uses: dnyanesh-nagre-perforce/blaze-action@V1.0
uses: dnyanesh-nagre-perforce/blaze-action@V2.0
id: run-test
with:
apiKey: ${{env.apiKey}}
apiSecret: ${{env.apiSecret}}
testID: ${{env.testID}}
continuePipeline: ${{env.continuePipeline}}
showTailLog: ${{env.showTailLog}}
locations: ${{env.locations}}
dedicatedIP: ${{env.dedicatedIP}}

0 comments on commit 263e847

Please sign in to comment.