Skip to content

Commit

Permalink
fix: Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Nov 12, 2024
1 parent 450b0a8 commit 115f984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Update
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: "0 0 * * 0" # weekly
Expand All @@ -22,5 +25,5 @@ jobs:
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add presets
git commit -m "chore: Presets updated"
git commit -m "chore: Presets updated" || true
git push

0 comments on commit 115f984

Please sign in to comment.