-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |