diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-08 15:04:42 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-08 15:05:37 -0700 |
| commit | fc08d36a1521e5236cc10ef6bad9cb15693bac9d (patch) | |
| tree | da9c4bfe25e5916489868aebece4944b8e7d6097 | |
| parent | a48592a754299f3b764ac7311fa5feff8e7ada0a (diff) | |
post_push.yml: Rename commit-mail.rb back
to commit-email.rb.
I didn't realize I dropped a letter when I moved it. It wasn't really
intended, so I change it back.
| -rw-r--r-- | .github/workflows/post_push.yml | 2 | ||||
| -rw-r--r-- | tool/commit-email.rb (renamed from tool/commit-mail.rb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/post_push.yml b/.github/workflows/post_push.yml index 91d4a09055..da109ed3bb 100644 --- a/.github/workflows/post_push.yml +++ b/.github/workflows/post_push.yml @@ -46,7 +46,7 @@ jobs: - name: Notify commit to ruby-cvs run: | SENDMAIL="ssh -i ${HOME}/.ssh/id_ed25519 git-sync@git.ruby-lang.org /usr/sbin/sendmail" \ - ruby tool/commit-mail.rb . ruby-cvs@g.ruby-lang.org \ + ruby tool/commit-email.rb . ruby-cvs@g.ruby-lang.org \ "$GITHUB_OLD_SHA" "$GITHUB_NEW_SHA" "$GITHUB_REF" \ --viewer-uri "https://github.com/ruby/ruby/commit/" \ --error-to cvs-admin@ruby-lang.org diff --git a/tool/commit-mail.rb b/tool/commit-email.rb index 29f096c0e2..29f096c0e2 100644 --- a/tool/commit-mail.rb +++ b/tool/commit-email.rb |
