Skip to content

Commit 2a33b9a

Browse files
authored
Revert "Fix pr_style_bot" (#787)
1 parent 6e85aa1 commit 2a33b9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr_style_bot.yml

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

0 commit comments

Comments
 (0)