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)"