summaryrefslogtreecommitdiff
path: root/.github/actions/slack
AgeCommit message (Collapse)Author
2023-09-21Slack notification cannot send from other than ruby/* [ci skip]Nobuyoshi Nakada
2023-06-30fix YAML error卜部昌平
`outputs` has to be a hash, but it seems previous expression generated a null token and would have generated errors here. Notes: Merged: https://github.com/ruby/ruby/pull/8005
2023-06-29refactor extract ${{ ghithub }} expressions卜部昌平
Use composite action to reduce copy & paste. Notes: Merged: https://github.com/ruby/ruby/pull/7994