⚒️ chore: Update contributor-help.yml [skip ci]

pull/414/head
CanisMinor 2023-09-07 01:00:09 +08:00 committed by GitHub
parent 28036d85b9
commit d4884b9692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,8 @@
name: Contributor Helper
on:
schedule: [{ cron: '0 18 * * *' }]
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
contributor:
runs-on: ubuntu-latest
@ -21,8 +19,8 @@ jobs:
- name: Commit and push if changed
run: |-
git diff
git config --global user.email "actions@github.com"
git config --global user.name "github-actions"
git config --global user.name "lobehubbot"
git config --global user.email "i@lobehub.com"
git pull
git add -A
git commit -m "🤖 docs: Auto update contributors" || exit 0