diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc46abc..77ce9be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,8 @@ jobs: ruby-version: ruby - run: bundle install - - run: git commit -am "update Gemfile.lock" --author="Github Actions " + - run: git config --global user.name "Github Actions" + - run: git config --global user.email "actions@github.com" + - run: git commit -am "update Gemfile.lock" - uses: rubygems/release-gem@v1