Update blank.yml

This commit is contained in:
Alex Ilyenko 2023-04-27 01:44:04 +03:00 committed by GitHub
parent 3ffabd5f76
commit 2ad337593c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,14 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v0.1.10
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: whoami
- name: send telegram message on push
uses: appleboy/telegram-action@master