We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39163df commit 18d03f1Copy full SHA for 18d03f1
.github/workflows/ssh-200.yml
@@ -0,0 +1,8 @@
1
+- name: executing remote ssh commands using password
2
+ uses: appleboy/[email protected]
3
+ with:
4
+ host: ${{ secrets.HOST }}
5
+ username: ${{ secrets.USERNAME }}
6
+ password: ${{ secrets.PASSWORD }}
7
+ port: ${{ secrets.PORT }}
8
+ script: whoami
0 commit comments