style(main.yml): modify description

This commit is contained in:
y1ndan 2021-01-01 12:50:23 +08:00
parent 9b10a98372
commit a00979ac74

View File

@ -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