⚒️ chore: Update contributor-help.yml [skip ci]
parent
28036d85b9
commit
d4884b9692
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue