From fe9e1db42e42777c32d55ce7b7b3690780ce6015 Mon Sep 17 00:00:00 2001 From: Riviera Taylor Date: Wed, 19 Feb 2025 13:56:22 +0100 Subject: [PATCH] whitespace cleanup --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9b9f210..95b3662 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ name: "FTP/SFTP file deployer" description: "Fast and customizable deployment with parallel connections and proxy support. Deploy only changed files or do full sync." branding: - icon: "upload" + icon: "upload" color: "black" inputs: @@ -312,7 +312,7 @@ runs: echo "::error::Commit history not found for delta synchronization. Please ensure you have 'fetch-depth: 0' option in checkout action. Please ignore if this is an initial commit or newly created branch." exit 1 fi - domain="code.klank.school" + domain="code.klank.school" echo "Previous Revision: https://${domain}/${{gitea.repository}}/commit/${git_previous_commit}" && show_hr # ${proxy_cmd} lftp -c "set log:enabled/xfer false; get -O ~ \"${remote_path_slash}.deploy-revision\"; exit 0"