Skip to content

Commit

Permalink
chore: add missing echo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
abu271 committed Dec 26, 2024
1 parent 0fd2398 commit 5897c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5897c11

Please sign in to comment.