Skip to content

Commit

Permalink
Remove LFS removal hack
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 18, 2024
1 parent d1b63b3 commit 1e4e587
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,6 @@ jobs:
run: >
find ./.github/ -type f -iregex ".*\.\(md\|yaml\)$" -print -exec sed -i
"s/\/kdeldycke\/awesome-template\//\/kdeldycke\/${{ github.event.repository.name }}\//g" "{}" \;
- name: Deactivate LFS
# XXX Issue reported upstream at: https://github.com/AndreasAugustin/actions-template-sync/issues/485
run: |
git config lfs.https://github.com/kdeldycke/${{ github.event.repository.name }}.git/info/lfs.locksverify false
- name: Setup Git user
run: |
git config --global user.name "${{ github.actor }}"
Expand Down

0 comments on commit 1e4e587

Please sign in to comment.