test(CI): this sshpass should fail

This commit is contained in:
Marco Dalla Santa
2021-09-09 01:28:25 +02:00
parent cb11e978e7
commit 546131ac6d

View File

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