Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b969b3

Browse files
committedSep 13, 2024·
wip
1 parent a92b794 commit 6b969b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
ruby-version: ruby
7272

7373
- run: bundle install
74-
- run: git commit -am 'update Gemfile.lock'
74+
- run: git commit -am "update Gemfile.lock" --author="Github Actions <actions@github.com>"
7575

7676
- uses: rubygems/release-gem@v1

0 commit comments

Comments
 (0)
Please sign in to comment.