From 6e85aa13ec6500bc4c4d269d518159ac58260315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Gallou=C3=A9dec?= <45557362+qgallouedec@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:46:06 +0100 Subject: [PATCH] Break style to test style bot (#785) --- .github/workflows/pr_style_bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_style_bot.yml b/.github/workflows/pr_style_bot.yml index 2c7d58f3..c40990c6 100644 --- a/.github/workflows/pr_style_bot.yml +++ b/.github/workflows/pr_style_bot.yml @@ -92,6 +92,7 @@ jobs: # Configure git with the Actions bot user git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" + git config --local lfs.https://github.com/.locksverify false # Make sure your 'origin' remote is set to the contributor's fork git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${HEADREPOFULLNAME}.git"