From a8182945b52290ae7b829943bfb6ba06bc499a2b Mon Sep 17 00:00:00 2001 From: H3199 Date: Thu, 22 Aug 2024 11:02:14 +0300 Subject: [PATCH] fix: identation --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4e3b88b..4bada6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,5 +34,5 @@ jobs: run: | ssh -i ~/.ssh/id_rsa ${{ secrets.SSH_USER }}@${{ secrets.SERVER_URL }} << 'EOF' # Commands to execute on the server - echo $(date -Is) Hello World! >> hello.txt + echo $(date -Is) Hello World! >> hello.txt EOF