Update action.yml

This commit is contained in:
2026-08-04 19:04:57 +00:00
parent 09f3c00aac
commit 69592ce311
+1 -1
View File
@@ -62,7 +62,7 @@ runs:
echo "Copying $src to $dest..." echo "Copying $src to $dest..."
# Note: eval is used so wildcards or multiple space-separated files expand properly # Note: eval is used so wildcards or multiple space-separated files expand properly
eval "scp -i \"$SSH_KEY_PATH\" -P ${{ inputs.port }} $src \"${{ inputs.username }}@${{ inputs.host }}:$dest/\"" eval "scp -r -i \"$SSH_KEY_PATH\" -P ${{ inputs.port }} $src \"${{ inputs.username }}@${{ inputs.host }}:$dest/\""
echo "::endgroup::" echo "::endgroup::"
fi fi