diff options
| author | A1lo <[email protected]> | 2021-03-19 12:00:35 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-19 12:00:35 +0800 |
| commit | 3df36c4f194359e363b69d57eb405f25abfdaa44 (patch) | |
| tree | 401ff215659a7c3bff1b0ee5b589b3b9c6732193 /.github/workflows | |
| parent | 27f54372199b940ec5fc1e05d0fa07d3496b56c9 (diff) | |
Feat: change git config (#9)
Using github-actions to push assets to release branch
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cd3541b..c6d11046 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,8 +62,8 @@ jobs: run: | cd publish || exit 1 git init - git config --local user.name "actions" - git config --local user.email "[email protected]" + 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 }}" |
