From 7b4df49c821753e473c4a4beab5ba2cdd80aeaee Mon Sep 17 00:00:00 2001 From: Kayoung Yoon Date: Thu, 12 Sep 2024 18:32:05 +0900 Subject: [PATCH] fix: added checkout --- .github/workflows/backend-build-alpha-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend-build-alpha-image.yml b/.github/workflows/backend-build-alpha-image.yml index 0eef0764..cd918528 100644 --- a/.github/workflows/backend-build-alpha-image.yml +++ b/.github/workflows/backend-build-alpha-image.yml @@ -14,6 +14,7 @@ jobs: working-directory: backend runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 # More information on this action can be found below in the 'AWS Credentials' section with: