Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Mar 14, 2024
1 parent 5be80e6 commit 747c194
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git checkout -b $BRANCH_NAME
git status
git add locales/
git commit -a -m "Commit feishu updated pages to repo"
git commit -m "Commit feishu updated pages to repo"
git push origin $BRANCH_NAME
# Create Pull Request
Expand All @@ -56,4 +56,5 @@ jobs:
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 -m "Update feishu-pages/.cache" || echo "No changes to commit"
git push origin main

0 comments on commit 747c194

Please sign in to comment.