mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-08-22 11:28:34 +00:00
Try add checkout branch
This commit is contained in:
parent
239d57fde7
commit
33cbedb6a4
15
.github/workflows/prettier.yml
vendored
15
.github/workflows/prettier.yml
vendored
@ -12,20 +12,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
- name: Prettify code
|
||||
uses: creyD/prettier_action@v4.6
|
||||
with:
|
||||
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
Block a user