Skip to content

Commit be8f325

Browse files
committed
Fix input variable reference
1 parent 33db29a commit be8f325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ ssh-add "$SSH_PATH/deploy_key"
2020

2121

2222
# Do the deployment
23-
sh -c "rsync $INPUT_FLAGS -e 'ssh -i $SSH_PATH/deploy_key -o StrictHostKeyChecking=no' $INPUT_OPTIONS $GITHUB_WORKSPACE/${INPUT_LOCALPATH#/} $INPUT_USER@$INPUT_HOST:$INPUT_REMOTE_PATH"
23+
sh -c "rsync $INPUT_FLAGS -e 'ssh -i $SSH_PATH/deploy_key -o StrictHostKeyChecking=no' $INPUT_OPTIONS $GITHUB_WORKSPACE/${INPUT_LOCAL_PATH#/} $INPUT_USER@$INPUT_HOST:$INPUT_REMOTE_PATH"

0 commit comments

Comments
 (0)