Skip to content

Commit 140d80e

Browse files
committed
fix
1 parent 930e66a commit 140d80e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/deploy-reflex-backend/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
required: true
2121
type: string
2222
ssh-user:
23-
description: "The user to connect to the VPS as (defaults to '${{ inputs.ssh-user }}')"
23+
description: "The user to connect to the VPS as (defaults to 'webadmin')"
2424
default: "webadmin"
2525
required: false
2626
type: string

actions/deploy-reflex-frontend/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
required: true
2020
type: string
2121
ssh-user:
22-
description: "The user to connect to the VPS as (defaults to '${{ inputs.ssh-user }}')"
22+
description: "The user to connect to the VPS as (defaults to 'webadmin')"
2323
default: "webadmin"
2424
required: false
2525
type: string

0 commit comments

Comments
 (0)