From 6b969b39c9dfa5caf7f0d03a74151c088f1b5e36 Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Fri, 13 Sep 2024 13:48:30 +0300 Subject: [PATCH] wip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03d8323..fc46abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,6 @@ jobs: ruby-version: ruby - run: bundle install - - run: git commit -am 'update Gemfile.lock' + - run: git commit -am "update Gemfile.lock" --author="Github Actions " - uses: rubygems/release-gem@v1