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