Skip to content

Update main.yml to use latest Action (#8) #75

Update main.yml to use latest Action (#8)

Update main.yml to use latest Action (#8) #75

Workflow file for this run

name: github-action
env:
apiKey: "17367bcc353b421e3b2a51d8"
apiSecret: "f7f1e77340e84a3ed0b8c493fd228a1b75aa1b75d2a42f4855ad230918190a356cbb796b"
testID: "13794733"
continuePipeline: "false"
showTailLog: "false"
locations: "azure-east-au-1,ap-south-1"
dedicatedIP: "false"
on: push
jobs:
first-job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run Blazemeter test
uses: Blazemeter/[email protected]
id: run-test
with:
apiKey: ${{env.apiKey}}
apiSecret: ${{env.apiSecret}}
continuePipeline: ${{env.continuePipeline}}
showTailLog: ${{env.showTailLog}}
testID: ${{env.testID}}
locations: ${{env.locations}}
dedicatedIP: ${{env.dedicatedIP}}