From d147466661e83ef6686fa9d6fa1ad07566fa68dd Mon Sep 17 00:00:00 2001 From: ihavecoke Date: Thu, 2 Nov 2023 15:21:23 +0800 Subject: [PATCH] Log more git log --- .github/workflows/download_feishu_pages.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/download_feishu_pages.yml b/.github/workflows/download_feishu_pages.yml index 781c74f8..d1a9a001 100644 --- a/.github/workflows/download_feishu_pages.yml +++ b/.github/workflows/download_feishu_pages.yml @@ -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 "longportapp-github-ci@users.noreply.github.com" - git add . git commit -a -m "Commit feishu pages to repo" - name: Create Pull Request uses: peter-evans/create-pull-request@v5