Break style to test style bot (#785)
This commit is contained in:
committed by
GitHub
parent
af05a1725c
commit
6e85aa13ec
1
.github/workflows/pr_style_bot.yml
vendored
1
.github/workflows/pr_style_bot.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user