From c1d3b4260bf4955d129a3be33933a1bcc5a5ab2e Mon Sep 17 00:00:00 2001 From: y377 <58632405+y377@users.noreply.github.com> Date: Fri, 4 Aug 2023 04:33:03 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be9de90..32304ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,4 +31,14 @@ 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