Skip to content

Commit

Permalink
Feat: change git config (Loyalsoldier#9)
Browse files Browse the repository at this point in the history
Using github-actions to push assets to release branch
  • Loading branch information
yin1999 authored Mar 19, 2021
1 parent 27f5437 commit 3df36c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
run: |
cd publish || exit 1
git init
git config --local user.name "actions"
git config --local user.email "action@github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b release
git add geoip.dat geoip.dat.sha256sum *.gz *.zip
git commit -m "${{ env.RELEASE_NAME }}"
Expand Down

0 comments on commit 3df36c4

Please sign in to comment.