Skip to content

Commit

Permalink
Fix cache folder name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Mar 14, 2024
1 parent d0708be commit 5da872d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
# Create Pull Request
curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -d '{"title":"Update feishu pages","head":"'$BRANCH_NAME'","base":"main"}' https://api.github.com/repos/${{ github.repository }}/pulls
- name: Push feishu-pages/.caches to main branch
- name: Push feishu-pages/.cache to main branch
run: |
git add feishu-pages/.caches
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/.caches"
git commit -a -m "Update feishu-pages/.cache"
git push origin main

0 comments on commit 5da872d

Please sign in to comment.