diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-08 14:06:01 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-08 14:06:01 -0700 |
| commit | 5b8f47fa64735fb5ee8c0e82eae3a9704ab4efbd (patch) | |
| tree | d2ab07f97fddc8296cea81841a11bdc86dca23a9 /.github | |
| parent | 7ec03e12b4fa1f8a16e35131688bb7fd17e7d097 (diff) | |
post_push.yml: Specify the full path of sendmail
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/post_push.yml | 2 |
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/" \ |
