style(main.yml): modify description
This commit is contained in:
parent
9b10a98372
commit
a00979ac74
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# 是否允许从y1ndan/genshin-impact-helper同步代码
|
# auto merge from y1ndan/genshin-impact-helper, default: false
|
||||||
ALLOW_MERGE: 'false'
|
ALLOW_MERGE: 'false'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Merge From y1ndan/genshin-impact-helper
|
- name: Auto merge
|
||||||
if: ${{ env.ALLOW_MERGE != 'false' }}
|
if: ${{ env.ALLOW_MERGE != 'false' }}
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name github-actions
|
git config --global user.name github-actions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user