Skip to content

Commit 6c1b588

Browse files
committed
sync_default_gems.yml: Move the git config to the script
1 parent 7f6e9a0 commit 6c1b588

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/sync_default_gems.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@ jobs:
4848
gem_name: ${{ github.event.client_payload.gem || github.event.inputs.gem }}
4949
gem_before: ${{ github.event.client_payload.before || github.event.inputs.before }}
5050
gem_after: ${{ github.event.client_payload.after || github.event.inputs.after }}
51+
52+
GIT_AUTHOR_NAME: git
53+
GIT_COMMITTER_NAME: git
5154

5255
- name: Push
5356
run: |
5457
git pull --ff-only origin ${GITHUB_REF#refs/heads/}
5558
git push origin ${GITHUB_REF#refs/heads/}
56-
env:
57-
58-
GIT_AUTHOR_NAME: git
59-
GIT_COMMITTER_NAME: git
6059
6160
- uses: ./.github/actions/slack
6261
with:

0 commit comments

Comments
 (0)