Skip to content

Commit

Permalink
Push gem by GitHub Actions bot
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriko1211 committed Jul 5, 2024
1 parent 9f9fb4a commit d25ea67
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/bumpup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d25ea67

Please sign in to comment.