Baltimore-hackthebox-knowle.../.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 5: did not find expected alphabetic or numeric character

11 lines
357 B
YAML

- name: Copy via ssh
on: [push]
uses: garygrossgarten/github-action-scp@v0.7.3
with:
local: *
remote: /home/mdbook/wiki/src
host: ${{ secrets.HOST }}
port: ${{ secrets.SSH_PORT}}
username: ${{ secrets.USERNAME }}
privateKey: ${{ secrets.SSH_KEY}}
passphrase: ${{ secrets.KEY_PASS}}