Skip to content

Commit

Permalink
⚒️ chore: Update contributor-help.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Sep 6, 2023
1 parent 1a3fa8d commit 75c37da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/contributor-help.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Contributor Helper

on:
# 🌏 Think about the planet! No need to update stats too frequently
schedule: [{cron: "0 18 * * *"}]
# 💡 The following line lets you run workflow manually from the action tab!
schedule: [{ cron: '0 18 * * *' }]
workflow_dispatch:
jobs:
contributor:
Expand All @@ -21,8 +19,8 @@ jobs:
- name: Commit and push if changed
run: |-
git diff
git config --global user.email "[email protected]"
git config --global user.name "github-actions"
git config --global user.name "lobehubbot"
git config --global user.email "[email protected]"
git pull
git add -A
git commit -m "🤖 docs: Auto update contributors" || exit 0
Expand Down

0 comments on commit 75c37da

Please sign in to comment.