test(CI): test workflow error

This commit is contained in:
Marco Dalla Santa
2021-09-09 00:26:51 +02:00
parent f254055d37
commit e700c123e8

View File

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