From 0e73309d1b2fb76cb501c042ce38b7d2dcfb3a99 Mon Sep 17 00:00:00 2001 From: y377 <58632405+y377@users.noreply.github.com> Date: Fri, 4 Aug 2023 04:40:32 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32304ef..61d1f5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,14 +31,6 @@ jobs: env: TYYP_USERNAME: ${{ secrets.TYYP_USERNAME }} TYYP_PSW: ${{ secrets.TYYP_PSW }} - - name: Commit files - run: | - git config --local user.email "csever@qq.com" - git config --local user.name "y377" - git add -A - # git commit -m ":rocket: Fetch BingImage at $(date +'%Y-%m-%d %H:%M')" -a - - name: 'Push changes' - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - force: true + - name: Git Auto Commit + uses: stefanzweifel/git-auto-commit-action@v4.16.0 +