Skip to content

Commit

Permalink
fix ci (docker build)
Browse files Browse the repository at this point in the history
  • Loading branch information
bailletced committed Dec 17, 2024
1 parent 225daee commit 2dcf222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 2dcf222

Please sign in to comment.