From a29b0246e1b3c27ac5c486d476a79cf33c919768 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sat, 2 May 2020 18:43:20 -0700 Subject: [PATCH] Correct host May need to set source to "./CI"? --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8dedd9b..760412e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: ci # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - uses: appleboy/scp-action@v0.0.1 with: - host: chuckdries.com + host: "chuckdries.com" username: ${{ secrets.CI_USER }} password: ${{ secrets.CI_PASSWORD }} source: "$(pwd)"