Skip to content

Commit 69c3d8e

Browse files
author
rathnapandi
committed
- Support release 1.14.11
1 parent d208061 commit 69c3d8e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM ghcr.io/axway-api-management-plus/apimcli:1.14.8
2+
FROM ghcr.io/axway-api-management-plus/apimcli:1.14.11
33

44
# Copies your code file from your action repository to the filesystem path `/` of the container
55
COPY entrypoint.sh /entrypoint.sh

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.14.8
17+
uses: Axway-API-Management-Plus/apim-cli-github-action@v1.14.11
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.14.8
26+
uses: Axway-API-Management-Plus/apim-cli-github-action@v1.14.11
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
```

entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/bin/sh
22
java -Xms64m -Xmx256m -cp "/opt/apim-cli/lib/*" com.axway.apim.cli.APIManagerCLI ${INPUT_COMMAND}
3-
4-

0 commit comments

Comments
 (0)