如题,GitHub 的 webhooks,可以通过 payload URL 定义 https://sc.ftqq.com/[SCKEY].send?text=new-commits 但是,想实现 server 酱推送消息 title 为 commit 的 msg,消息内容为更新的详细信息,这改如何实现?
能否利用 github action 如 ${{ github.event.head_commit.message }} 这种?