fixed syntax error
parent
e95efec8e3
commit
260bb7fd04
|
@ -2,7 +2,7 @@
|
||||||
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 }}
|
||||||
port: ${{ secrets.SSH_PORT}}
|
port: ${{ secrets.SSH_PORT}}
|
||||||
|
|
Loading…
Reference in New Issue