From 79ec6905242f56ac503a505e1862ace159fd8456 Mon Sep 17 00:00:00 2001 From: Colin Kennedy Date: Fri, 19 Nov 2021 00:52:34 -0400 Subject: [PATCH] #144 whitespace --- .github/workflows/deploy-caddyfile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-caddyfile.yml b/.github/workflows/deploy-caddyfile.yml index f643aa91..8871cebe 100644 --- a/.github/workflows/deploy-caddyfile.yml +++ b/.github/workflows/deploy-caddyfile.yml @@ -9,7 +9,8 @@ jobs: deploy_caddyfile: runs-on: ubuntu-latest steps: - uses: shimataro/ssh-key-action@v2 + - name: auth step + uses: shimataro/ssh-key-action@v2 with: key: ${{ secrets.DO_SSH_KEY }} name: id_rsa