Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vidia authored Dec 9, 2019
1 parent ee90bdd commit 6cc64c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ refer to more information for using command from https://docs.katalon.com/

This is the example to using github action <br>
Please change to the latest github action version and your Input. <br>

Setup API Key using Secret name : KATALON_API_NAME

Katalon Github Action Marketplace link : https://github.com/marketplace/actions/katalon-studio



## Example usage
```yaml
on: [push]
Expand All @@ -30,6 +35,6 @@ jobs:
- name: Get and run action
uses: katalon-studio/[email protected]
with:
katalon_api_key: 'b279faef-0a5a-4aa5-8cff-ebc81466ac8c'
katalon_api_key: ${{ secrets.KATALON_API_KEY }}
Katalon_command: 'katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest"'
```

0 comments on commit 6cc64c9

Please sign in to comment.