Skip to content

Commit

Permalink
Fix cache update to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Mar 14, 2024
1 parent 5da872d commit 5be80e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Push feishu-pages/.cache to main branch
run: |
git checkout main
git add feishu-pages/.cache
git config --global user.name "Longbridge Whale docs bot"
git config --global user.email "[email protected]"
git commit -a -m "Update feishu-pages/.cache"
git push origin main
git commit -a -m "Update feishu-pages/.cache" && git push origin main

0 comments on commit 5be80e6

Please sign in to comment.