summaryrefslogtreecommitdiff
path: root/.github/actions/slack
AgeCommit message (Collapse)Author
2024-11-14Update action.yml - fix typo [ci skip]John Bampton
Notes: Merged: https://github.com/ruby/ruby/pull/12079 Merged-By: nobu <nobu@ruby-lang.org>
2024-05-30Bump ruby/action-slack from 3.2.1 to 3.2.2 in /.github/actions/slackdependabot[bot]
Bumps [ruby/action-slack](https://github.com/ruby/action-slack) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/ruby/action-slack/releases) - [Commits](https://github.com/ruby/action-slack/compare/0bd85c72233cdbb6a0fe01d37aaeff1d21b5fce1...54175162371f1f7c8eb94d7c8644ee2479fcd375) --- updated-dependencies: - dependency-name: ruby/action-slack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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