Skip to content

Commit 44b45a1

Browse files
author
rathnapandi
committed
- update read me
1 parent e2ddb67 commit 44b45a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run an APIM-CLI command. For example: 'apim api get -h api.demo.axway.com -u ser
1414

1515
```yaml
1616
- name: Get all applications
17-
uses: Axway-API-Management-Plus/apim-cli-github-action@v1.6.8
17+
uses: Axway-API-Management-Plus/apim-cli-github-action@v1.14.7
1818
with:
1919
command: apim api get -h api.demo.axway.com -u serviceaccount -p ${{ secrets.password }}
2020
env:
@@ -23,7 +23,7 @@ Run an APIM-CLI command. For example: 'apim api get -h api.demo.axway.com -u ser
2323
2424
```yaml
2525
- name: Import APIs
26-
uses: Axway-API-Management-Plus/apim-cli-github-action@v1.6.8
26+
uses: Axway-API-Management-Plus/apim-cli-github-action@v1.14.7
2727
with:
2828
command: "apim api import -c api-config.json -a api.json -h maverick.demo.axway.com -u apiadmin -p ${{ secrets.password }}"
2929
```

0 commit comments

Comments
 (0)