Skip to content

Commit

Permalink
Log more git log
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Nov 2, 2023
1 parent 2380b0d commit d147466
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/download_feishu_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
./scripts/cp_feishu_to_vitepress.sh
bun autocorrect --fix locales/
bun translate
- name: Commit all changed files
run: |
git status
git add .
git config --global user.name "LongPort Github CI"
git config --global user.email "[email protected]"
git add .
git commit -a -m "Commit feishu pages to repo"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit d147466

Please sign in to comment.