bluez : 删除hcitools的几个bin文件 #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: remote ssh command | |
on: [push] | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: executing remote ssh commands | |
uses: appleboy/[email protected] | |
with: | |
host: ${{ secrets.SSH_HOST }} | |
username: ${{ secrets.SSH_UER }} | |
key: ${{ secrets.SSH_KEY_PRAVITE }} | |
port: ${{ secrets.SSH_PORT }} | |
script: | | |
cd /opt/walnutpi-debs/ | |
git reset --hard 6d04db265fd1f2d59c9bce37257dd435dcdb69c9 | |
git pull |