From 37d8ef9107a19ab2280de37504b0aa6a0df836f7 Mon Sep 17 00:00:00 2001 From: Milos Trifunovic Date: Mon, 12 Dec 2022 17:27:22 +0100 Subject: [PATCH] add check out code step to deploy workflow --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f564498..4765635 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Check out code + uses: actions/checkout@v3 + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: