Break style to test style bot (#785)

This commit is contained in:
Quentin Gallouédec
2025-02-27 16:46:06 +01:00
committed by GitHub
parent af05a1725c
commit 6e85aa13ec

View File

@@ -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"