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: on:
push: push:
branches: branches:
- main - development
jobs: jobs:
test: test:
@@ -12,10 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: marcodallasanta/ssh-scp-deploy@main - uses: marcodallasanta/ssh-scp-deploy@development
with: with:
local: "CHANGELOG.md" local: "CHANGELOG.md"
remote: "~/" remote: "~/error"
host: ${{secrets.HOST}} host: ${{secrets.HOST}}
user: ${{secrets.USER}} user: ${{secrets.USER}}
key: ${{secrets.KEY}} key: ${{secrets.KEY}}