Skip to content

Commit 2440e09

Browse files
committed
should be workflow_call for inputs
1 parent 067483f commit 2440e09

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/deployment.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ on:
77
description: 'Domain name of deployment, before `.demo.community.intersystems.com`'
88
required: true
99
type: string
10+
memory:
11+
description: 'Memory for the instance'
12+
type: string
13+
default: 512Mi
14+
port:
15+
description: 'WebPort for the running instance'
16+
type: number
17+
default: 52773
1018
secrets:
1119
SERVICE_ACCOUNT_KEY:
1220
required: true
@@ -28,12 +36,6 @@ on:
2836
description: 'Domain name of deployment, before `.demo.community.intersystems.com`'
2937
required: true
3038
type: string
31-
memory:
32-
description: 'Memory for the instance'
33-
type: string
34-
port:
35-
description: 'WebPort for the running instance'
36-
type: string
3739

3840
env:
3941
# Change this section according to your needs

0 commit comments

Comments
 (0)