Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaixing999 authored Dec 19, 2023
1 parent 003de8f commit 9ff5fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

- name: Auto green
run: |
git config --local user.email "[email protected]"
git config --local user.name "fanhaixing999"
** git config --local user.email "[email protected]"
** git config --local user.name "fanhaixing999"
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git pull --rebase
git commit --allow-empty -m "a commit a day keeps your girlfriend away"
Expand Down

0 comments on commit 9ff5fcf

Please sign in to comment.