test(CI): possible fix

This commit is contained in:
Marco Dalla Santa
2021-09-09 01:33:04 +02:00
parent eee13f37dc
commit bfa5c669b4

View File

@@ -14,7 +14,7 @@ jobs:
- uses: marcodallasanta/ssh-scp-deploy@development - uses: marcodallasanta/ssh-scp-deploy@development
with: with:
local: "CHANGELOG.md" local: "LICENSE"
remote: "~/" remote: "~/"
host: ${{secrets.HOST}} host: ${{secrets.HOST}}
user: ${{secrets.USER}} user: ${{secrets.USER}}