We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fc6c1 commit 3171f5cCopy full SHA for 3171f5c
.github/workflows/main.yml
@@ -12,5 +12,6 @@ jobs:
12
uses: appleboy/ssh-action@v1
13
with:
14
host: ${{ secrets.HOST }}
15
+ username: ${{ secrets.USERNAME }}
16
key: ${{ secrets.SSH_KEY }}
17
script: ${{ secrets.REPO_PATH }} deploy.sh -b main
0 commit comments