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 eced87b commit 13a947bCopy full SHA for 13a947b
.github/workflows/pr_style_bot.yml
@@ -42,6 +42,7 @@ 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 }}
@@ -97,6 +98,7 @@ jobs:
97
98
99
# If there are changes after running style/quality, commit them
100
if [ -n "$(git status --porcelain)" ]; then
101
+ git lfs install
102
git add .
103
git commit -m "Apply style fixes"
104
# Push to the original contributor's forked branch
0 commit comments