Skip to content

Commit

Permalink
fix: add lfs workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-mariotti-zupit committed Nov 9, 2023
1 parent d4e5b4c commit 476c30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django-step-lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: ${{ inputs.ENABLE_LFS == 'true' }}
run: apt-get update && apt-get install -y git-lfs
- name: Workaround for https://github.com/actions/checkout/issues/1169
run: /usr/bin/git config --global --add safe.directory /__w/mobygis-waterjade/mobygis-waterjade
run: git config --global --add safe.directory /__w/mobygis-waterjade/mobygis-waterjade
- name: Checkout code
uses: actions/checkout@v3
if: ${{ inputs.ENABLE_LFS == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/django-step-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: ${{ inputs.ENABLE_LFS == 'true' }}
run: apt-get update && apt-get install -y git-lfs
- name: Workaround for https://github.com/actions/checkout/issues/1169
run: /usr/bin/git config --global --add safe.directory /__w/mobygis-waterjade/mobygis-waterjade
run: git config --global --add safe.directory /__w/mobygis-waterjade/mobygis-waterjade
- uses: actions/checkout@v3
if: ${{ inputs.ENABLE_LFS == 'true' }}
with:
Expand Down

0 comments on commit 476c30b

Please sign in to comment.