summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-10-06 14:03:48 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2025-10-06 14:03:48 -0700
commit6c1b5887149e731906e003af6fc8bfc1bc112c28 (patch)
tree6a81ed1ff00531fb057caa5249bc538653c10e7d
parent7f6e9a0b1beec5d6d50d50a15b95e2360e2ce493 (diff)
sync_default_gems.yml: Move the git config to the script
-rw-r--r--.github/workflows/sync_default_gems.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/sync_default_gems.yml b/.github/workflows/sync_default_gems.yml
index 7528576eaf..301a59e396 100644
--- a/.github/workflows/sync_default_gems.yml
+++ b/.github/workflows/sync_default_gems.yml
@@ -48,15 +48,14 @@ jobs:
gem_name: ${{ github.event.client_payload.gem || github.event.inputs.gem }}
gem_before: ${{ github.event.client_payload.before || github.event.inputs.before }}
gem_after: ${{ github.event.client_payload.after || github.event.inputs.after }}
+ EMAIL: svn-admin@ruby-lang.org
+ GIT_AUTHOR_NAME: git
+ GIT_COMMITTER_NAME: git
- name: Push
run: |
git pull --ff-only origin ${GITHUB_REF#refs/heads/}
git push origin ${GITHUB_REF#refs/heads/}
- env:
- EMAIL: svn-admin@ruby-lang.org
- GIT_AUTHOR_NAME: git
- GIT_COMMITTER_NAME: git
- uses: ./.github/actions/slack
with: