test(CI): test workflow error

This commit is contained in:
Marco Dalla Santa
2021-09-09 00:27:41 +02:00
parent e700c123e8
commit 11b60a4342

View File

@@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- main
- development
jobs:
test:
@@ -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: "~/error"
host: ${{secrets.HOST}}
user: ${{secrets.USER}}
key: ${{secrets.KEY}}