Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
5f4f293
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
5fb7b04
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
7acd0a6
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
55bb663
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
00f5182
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
1ee10f4
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
9d90b8c
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
6d180b6
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
88440a5
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
498165f
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
c63d13c
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
37d3854
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
53eefe0
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
bee2c6f
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
40e6ac2
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
4f7c874
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
950b524
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
7f15f93
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
d4b2a8e
Migrate from Github Actions v2 to v3 (#87)
github-actions[bot] May 7, 2026
b730aaf
fix: apply code build script
github-actions[bot] May 7, 2026
b0da028
conflicted commits cherry-picked
Raj-StepSecurity May 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

This Action allows you to send messages (and reactions/threads/update/blocks) to Slack from your Github Actions. Supports Slack's required arguments as well as all the optional once. It's JavaScript-based and thus fast to run.

The goal is to have zero npm/yarn dependencies except the two from Github that is required for an action to work (@actions/core & @actions/github).
The goal is to have zero npm/yarn dependencies except `@actions/core` which is required for an action to work.

![Slack result](./images/slack-result.png "Slack result")

Expand Down
Loading
Loading