From 1e4e587323dde8f984ad1585e4c6e683e11f3ea7 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 18 Mar 2024 15:36:35 +0100 Subject: [PATCH] Remove LFS removal hack Refs: https://github.com/AndreasAugustin/actions-template-sync/issues/485 https://github.com/AndreasAugustin/actions-template-sync/pull/498 --- .github/workflows/docs.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index bed806c63..028864ae2 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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 }}"