Revert "Fix pr_style_bot" (#787)
This commit is contained in:
parent
6e85aa13ec
commit
2a33b9ad87
|
@ -42,7 +42,6 @@ jobs:
|
||||||
HEADREF: ${{ steps.pr_info.outputs.headRef }}
|
HEADREF: ${{ steps.pr_info.outputs.headRef }}
|
||||||
with:
|
with:
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
lfs: true
|
|
||||||
# Instead of checking out the base repo, use the contributor's repo name
|
# Instead of checking out the base repo, use the contributor's repo name
|
||||||
repository: ${{ env.HEADREPOFULLNAME }}
|
repository: ${{ env.HEADREPOFULLNAME }}
|
||||||
ref: ${{ env.HEADREF }}
|
ref: ${{ env.HEADREF }}
|
||||||
|
@ -99,7 +98,6 @@ jobs:
|
||||||
|
|
||||||
# If there are changes after running style/quality, commit them
|
# If there are changes after running style/quality, commit them
|
||||||
if [ -n "$(git status --porcelain)" ]; then
|
if [ -n "$(git status --porcelain)" ]; then
|
||||||
git lfs install
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Apply style fixes"
|
git commit -m "Apply style fixes"
|
||||||
# Push to the original contributor's forked branch
|
# Push to the original contributor's forked branch
|
||||||
|
|
Loading…
Reference in New Issue