From ea2a27c689ac84daccbb907447be9e51d28290fd Mon Sep 17 00:00:00 2001 From: Takeru Sato Date: Sun, 19 Mar 2023 23:33:43 +0900 Subject: [PATCH] ci: set git user to github bot --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edf22a7..ab582b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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