Skip to content

Commit

Permalink
fix: USER_NAME 변ㄱ
Browse files Browse the repository at this point in the history
  • Loading branch information
LTSGOD committed Jul 18, 2023
1 parent a980cde commit 158a84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{secrets.HOST}}
username: ${{secrets.USERNAME}}
username: ${{secrets.USER_NAME}}
key: ${{secrets.SSH_KEY}}
port: 22
script: |
Expand Down

0 comments on commit 158a84f

Please sign in to comment.