Skip to content

Commit

Permalink
ci: set git user to github bot
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Mar 19, 2023
1 parent 7f828f4 commit ea2a27c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# - name: Setup git user
# run: |
# git config --global user.email "type.in.type@gmail.com"
# git config --global user.name "Takeru Sato"
- name: Setup git user
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
- run: git submodule update --init --recursive
- name: Install rust toolchain stable
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit ea2a27c

Please sign in to comment.