This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
uses: appleboy/ssh-action@v1
|
||||
with:
|
||||
# 192.168.139.19,192.168.139.120,192.168.139.242
|
||||
host: {{ '' + vars.SSH_HOST_LIST }}
|
||||
host: ${{ vars.SSH_HOST_LIST }}
|
||||
sync: true
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user