From 2dcf2223a649475c96a3fda94c8f98b3f90496b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Baillet?= Date: Tue, 17 Dec 2024 09:52:16 +0100 Subject: [PATCH] fix ci (docker build) --- .github/workflows/github-actions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 854408a..e1c62e0 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -20,10 +20,10 @@ jobs: DOCKER_IMAGE_PYTHON: hozanaci/openchurch-sync steps: - name: Checkout - uses: actions/checkout@v4 - with: - ref: feat/v2 - fetch-depth: 0 + uses: actions/checkout@v4 + with: + ref: feat/v2 + fetch-depth: 0 - name: Debug branch info run: | echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"