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:
- uses: actions/checkout@v1
- uses: marcodallasanta/ssh-scp-deploy@main
- uses: marcodallasanta/ssh-scp-deploy@development
with:
local: "CHANGELOG.md"
remote: "~/"
remote: "${{secrets.REM}}"
host: ${{secrets.HOST}}
user: ${{secrets.USER}}
key: ${{secrets.KEY}}