Skip to content

Commit

Permalink
fix(ZCH-37): remove git lfs safe directory (#100)
Browse files Browse the repository at this point in the history
* feat(ZCH-70): update checkout action from v3 to v4

* fix(ZCH-37): remove git lfs safe dir

* fix(ZCH-37): remove git lfs safe dir

* fix(ZCH-37): remove git lfs safe dir

---------

Co-authored-by: dennis-avesani-zupit <[email protected]>
  • Loading branch information
1 parent 4d97dde commit 43d8858
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/django-step-lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
lfs: 'true'
- uses: actions/checkout@v4
if: ${{ inputs.ENABLE_LFS == false }}
- run: git config --global --add safe.directory /__w/mobygis-waterjade/mobygis-waterjade
if: ${{ inputs.ENABLE_LFS == true }}
- name: Checkout LFS objects
if: ${{ inputs.ENABLE_LFS == true }}
run: git lfs pull
Expand Down

0 comments on commit 43d8858

Please sign in to comment.