Skip to content

Commit 01a3eda

Browse files
committed
fix
1 parent c14875a commit 01a3eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/deploy-reflex-backend/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
tags: ghcr.io/${{ env.OWNER_LC }}/${{ inputs.site-name }}-backend:latest
8686

8787
- name: Send .env file to server
88-
if: ${{ inputs.dotenv-path != "" }}
88+
if: ${{ inputs.dotenv-path }} != ""
8989
uses: appleboy/[email protected]
9090
with:
9191
host: ${{ inputs.vps-ip }}
@@ -97,7 +97,7 @@ runs:
9797
overwrite: true
9898

9999
- name: Set .env permissions
100-
if: ${{ inputs.dotenv-path != "" }}
100+
if: ${{ inputs.dotenv-path }} != ""
101101
uses: appleboy/[email protected]
102102
with:
103103
host: ${{ inputs.vps-ip }}

0 commit comments

Comments
 (0)