We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6e9a0 commit 6c1b588Copy full SHA for 6c1b588
1 file changed
.github/workflows/sync_default_gems.yml
@@ -48,15 +48,14 @@ jobs:
48
gem_name: ${{ github.event.client_payload.gem || github.event.inputs.gem }}
49
gem_before: ${{ github.event.client_payload.before || github.event.inputs.before }}
50
gem_after: ${{ github.event.client_payload.after || github.event.inputs.after }}
51
+ EMAIL: svn-admin@ruby-lang.org
52
+ GIT_AUTHOR_NAME: git
53
+ GIT_COMMITTER_NAME: git
54
55
- name: Push
56
run: |
57
git pull --ff-only origin ${GITHUB_REF#refs/heads/}
58
git push origin ${GITHUB_REF#refs/heads/}
- env:
- EMAIL: svn-admin@ruby-lang.org
- GIT_AUTHOR_NAME: git
59
- GIT_COMMITTER_NAME: git
60
61
- uses: ./.github/actions/slack
62
with:
0 commit comments