test(act): testing CI

This commit is contained in:
Marco Dalla Santa
2021-09-09 00:15:30 +02:00
parent 858fc481b1
commit 62e6e5e80a

View File

@@ -12,10 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: marcodallasanta/ssh-scp-deploy@main - uses: marcodallasanta/ssh-scp-deploy@development
with: with:
local: "CHANGELOG.md" local: "CHANGELOG.md"
remote: "~/" remote: "${{secrets.REM}}"
host: ${{secrets.HOST}} host: ${{secrets.HOST}}
user: ${{secrets.USER}} user: ${{secrets.USER}}
key: ${{secrets.KEY}} key: ${{secrets.KEY}}