Skip to content

Commit 51ac69f

Browse files
committed
fix for port
1 parent 5f6f783 commit 51ac69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ on:
3434
default: 512Mi
3535
port:
3636
description: 'WebPort for the running instance'
37-
type: number
38-
default: 52773
37+
type: string
38+
default: "52773"
3939

4040
env:
4141
# Change this section according to your needs

0 commit comments

Comments
 (0)