From 0cc77c5ccbe6af0127f97800801f3ec2cc4ccdc2 Mon Sep 17 00:00:00 2001 From: Basma1912 Date: Thu, 12 Dec 2024 16:11:35 -0500 Subject: [PATCH] add path to the checkout step Signed-off-by: Basma1912 --- .github/workflows/build-and-push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 612bdaf6..e4a1ce19 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -40,6 +40,7 @@ jobs: name: checkout-basket-repo uses: actions/checkout@v4 with: + path: src fetch-depth: 10 # get enough so we have a Git history, but not everything fetch-tags: true ref: ${{ env.REF_ID }}