more testing

pull/1/head
s00ner 2022-01-28 15:46:34 -05:00
parent 35b4a6c209
commit a32947f784
1 changed files with 11 additions and 9 deletions

View File

@ -1,7 +1,9 @@
name: Copy via ssh name: Copy via ssh
on: [push] on: [push]
uses: garygrossgarten/github-action-scp@v0.7.3 jobs:
with:
uses: garygrossgarten/github-action-scp@v0.7.3
with:
local: / local: /
remote: /home/mdbook/wiki/src remote: /home/mdbook/wiki/src
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}