Try add checkout branch
parent
239d57fde7
commit
33cbedb6a4
|
@ -12,20 +12,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
|
|
||||||
- name: Prettify code
|
- name: Prettify code
|
||||||
uses: creyD/prettier_action@v4.6
|
uses: creyD/prettier_action@v4.6
|
||||||
with:
|
with:
|
||||||
prettier_options: --write **/*.{js,ts,md,vue}
|
prettier_options: --write **/*.{js,ts,md,vue}
|
||||||
|
|
||||||
- name: 'setup git config'
|
|
||||||
run: |
|
|
||||||
git config --global user.name "Bot"
|
|
||||||
git config --global user.email "username@users.noreply.github.com"
|
|
||||||
- name: 'commit'
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
run: |
|
|
||||||
git add . --all
|
|
||||||
git commit --all --message "chore: prettier auto commit"
|
|
||||||
git push
|
|
||||||
|
|
Loading…
Reference in New Issue