Skip to content

Commit 75f28fc

Browse files
author
rathnapandi
committed
- Mount volume
1 parent 0c5284b commit 75f28fc

1 file changed

Lines changed: 6 additions & 30 deletions

File tree

action.yaml

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,15 @@ branding:
66
color: 'red'
77

88
inputs:
9-
apimHostname:
10-
description: "The API-Manager hostname without port or protocol."
11-
required: true
12-
apimPort:
13-
description: "The API-Manager port."
14-
required: false
15-
default: "8075"
16-
apimUsername:
17-
description: "The API-Manager username."
18-
required: true
19-
apimPassword:
20-
description: "The API-Manager password."
21-
required: true
22-
apimExtraArgs:
23-
description: "Some extra parameters which should be used by the APIM-CLI. For instance '-port 443', '-force' or '-returnCodeMapping 10:0'"
24-
required: false
25-
apiDirectory:
26-
description: "The directory containing your APIs. Each API in a separate directory."
27-
required: false
28-
orgDirectory:
29-
description: "The directory containing your organizations. Each organization in a separate directory."
30-
required: false
31-
appDirectory:
32-
description: "The directory containing your applications. Each application in a separate directory."
33-
required: false
34-
userDirectory:
35-
description: "The directory containing your users. Each user in a separate directory."
36-
required: false
37-
apimCLICommand:
9+
command:
3810
description: "Run an APIM-CLI command. For example: 'apim api check-certs'. You may combine this with apimExtraArgs depending on you the command you use."
39-
required: false
11+
required: ture
12+
4013
runs:
4114
using: "docker"
4215
image: "docker://ghcr.io/axway-api-management-plus/apimcli:1.14.7"
4316
volumes:
4417
- ./:/opt/apim-cli/data
18+
args:
19+
- ${{ inputs.command }}
20+

0 commit comments

Comments
 (0)