Update main.yml

This commit is contained in:
y377 2023-08-04 04:40:32 +08:00 committed by GitHub
parent c1d3b4260b
commit 0e73309d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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