fixed syntax again

pull/1/head
s00ner 2022-01-28 15:43:19 -05:00 committed by GitHub
parent 260bb7fd04
commit 35b4a6c209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

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