summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-10-08 14:06:01 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2025-10-08 14:06:01 -0700
commit5b8f47fa64735fb5ee8c0e82eae3a9704ab4efbd (patch)
treed2ab07f97fddc8296cea81841a11bdc86dca23a9 /.github
parent7ec03e12b4fa1f8a16e35131688bb7fd17e7d097 (diff)
post_push.yml: Specify the full path of sendmail
Diffstat (limited to '.github')
-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/" \