Skip to content

Commit 13a947b

Browse files
alibertsAdilZouitine
authored andcommitted
Fix pr_style_bot (#786)
1 parent eced87b commit 13a947b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_style_bot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
HEADREF: ${{ steps.pr_info.outputs.headRef }}
4343
with:
4444
persist-credentials: true
45+
lfs: true
4546
# Instead of checking out the base repo, use the contributor's repo name
4647
repository: ${{ env.HEADREPOFULLNAME }}
4748
ref: ${{ env.HEADREF }}
@@ -97,6 +98,7 @@ jobs:
9798
9899
# If there are changes after running style/quality, commit them
99100
if [ -n "$(git status --porcelain)" ]; then
101+
git lfs install
100102
git add .
101103
git commit -m "Apply style fixes"
102104
# Push to the original contributor's forked branch

0 commit comments

Comments
 (0)