From 52dc1e332ada5f44c3313cd27fcd2a4efaba19b9 Mon Sep 17 00:00:00 2001 From: Colin Kennedy Date: Fri, 19 Nov 2021 00:55:08 -0400 Subject: [PATCH] #144 ... get the repository --- .github/workflows/deploy-caddyfile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-caddyfile.yml b/.github/workflows/deploy-caddyfile.yml index 8871cebe..572d44a5 100644 --- a/.github/workflows/deploy-caddyfile.yml +++ b/.github/workflows/deploy-caddyfile.yml @@ -9,6 +9,8 @@ jobs: deploy_caddyfile: runs-on: ubuntu-latest steps: + - name: Check out repository code + uses: actions/checkout@v2 - name: auth step uses: shimataro/ssh-key-action@v2 with: