From d25ea674dc5496818391ef954155147dce0d481c Mon Sep 17 00:00:00 2001 From: yuriko1211 Date: Fri, 5 Jul 2024 09:09:44 +0900 Subject: [PATCH] Push gem by GitHub Actions bot --- .github/workflows/bumpup.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bumpup.yml b/.github/workflows/bumpup.yml index aa3c0cd7..e977a46f 100644 --- a/.github/workflows/bumpup.yml +++ b/.github/workflows/bumpup.yml @@ -7,10 +7,6 @@ on: description: Gem version required: true type: string - email: - description: Your email - required: true - type: string jobs: bump_up_gem_version: @@ -28,8 +24,8 @@ jobs: - name: config run: | - git config --global user.email ${{ github.event.inputs.email }} - git config --global user.name ${{ github.actor }} + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: update sunmodule run: git submodule foreach git pull origin master