summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/post_push.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/post_push.yml b/.github/workflows/post_push.yml
index cbbcb107e3..91d4a09055 100644
--- a/.github/workflows/post_push.yml
+++ b/.github/workflows/post_push.yml
@@ -45,7 +45,7 @@ jobs:
- name: Notify commit to ruby-cvs
run: |
- SENDMAIL="ssh -i ${HOME}/.ssh/id_ed25519 git-sync@git.ruby-lang.org sendmail" \
+ 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 \
"$GITHUB_OLD_SHA" "$GITHUB_NEW_SHA" "$GITHUB_REF" \
--viewer-uri "https://github.com/ruby/ruby/commit/" \