From 5897c115f59a76526980d3d119f847cd44a4ea09 Mon Sep 17 00:00:00 2001 From: Abu Date: Thu, 26 Dec 2024 15:49:00 +0000 Subject: [PATCH] chore: add missing echo commands --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7af0e62..7fe731f 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -30,8 +30,8 @@ jobs: HOST: ${{ secrets.HOST }} USERNAME: ${{ secrets.USERNAME }} run: | - ---= Deploying API version v${{ github.event.inputs.api_version }} =--- - ---= Deploying Web version v${{ github.event.inputs.web_version }} =--- + echo ---= Deploying API version v${{ github.event.inputs.api_version }} =--- + echo ---= Deploying Web version v${{ github.event.inputs.web_version }} =--- # Create a private key file from the SSH_KEY secret # set permissions to 600 which means only the owner can read and write