Skip to content

Commit

Permalink
ci: auto update sponsors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 19, 2024
1 parent 5c789dd commit 6938ed1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: "0 8 * * *" # Every day at 1am PDT
workflow_dispatch:
pull_request:

jobs:
update-readme:
Expand All @@ -29,7 +28,7 @@ jobs:
git config user.name "GitHub Actions Bot"
git config user.email "<[email protected]>"
# - name: Save updated files
# run: |
# chmod +x ./tools/commit-readme.sh
# ./tools/commit-readme.sh
- name: Save updated files
run: |
chmod +x ./tools/commit-readme.sh
./tools/commit-readme.sh

0 comments on commit 6938ed1

Please sign in to comment.