We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606cf8b commit 24fdfb0Copy full SHA for 24fdfb0
.github/workflows/pr_style_bot.yml
@@ -42,7 +42,6 @@ jobs:
42
HEADREF: ${{ steps.pr_info.outputs.headRef }}
43
with:
44
persist-credentials: true
45
- lfs: true
46
# Instead of checking out the base repo, use the contributor's repo name
47
repository: ${{ env.HEADREPOFULLNAME }}
48
ref: ${{ env.HEADREF }}
@@ -99,7 +98,6 @@ jobs:
99
98
100
# If there are changes after running style/quality, commit them
101
if [ -n "$(git status --porcelain)" ]; then
102
- git lfs install
103
git add .
104
git commit -m "Apply style fixes"
105
# Push to the original contributor's forked branch
0 commit comments