Update main.yml

This commit is contained in:
y377 2023-08-04 04:33:03 +08:00 committed by GitHub
parent 9208ae8277
commit c1d3b4260b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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