We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90cc5f commit 69379cdCopy full SHA for 69379cd
.github/workflows/ssh_deploy.yml
@@ -76,7 +76,7 @@ jobs:
76
uses: appleboy/ssh-action@master # An action made to control Linux servers
77
with: # We set all our secrets here for the action, these won't be shown in the action logs
78
host: ${{ env.SSH_HOST }}
79
- username: ${{ env.SSH_USERNAME }}
+ username: ${{ env.SSH_USER }}
80
key: ${{ env.SSH_KEY }}
81
# password: ${{ secrets.PASSWORD }}
82
port: ${{ env.SSH_PORT }}
0 commit comments