{"id":15511894,"url":"https://github.com/Ilshidur/action-slack","last_synced_at":"2025-10-12T08:32:12.189Z","repository":{"id":34126610,"uuid":"165807418","full_name":"Ilshidur/action-slack","owner":"Ilshidur","description":"🚀 (Unmaintained) GitHub Action that sends a Slack notification.","archived":true,"fork":false,"pushed_at":"2023-12-16T02:09:11.000Z","size":439,"stargazers_count":195,"open_issues_count":32,"forks_count":50,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-30T06:35:03.431Z","etag":null,"topics":["github-action","github-actions","slack"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/github-action-for-slack","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ilshidur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-15T07:44:41.000Z","updated_at":"2024-07-01T14:08:03.000Z","dependencies_parsed_at":"2024-06-18T12:24:53.491Z","dependency_job_id":null,"html_url":"https://github.com/Ilshidur/action-slack","commit_stats":{"total_commits":190,"total_committers":14,"mean_commits":"13.571428571428571","dds":0.7105263157894737,"last_synced_commit":"b873c507a5419feb679750409eea157892053369"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilshidur%2Faction-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilshidur%2Faction-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilshidur%2Faction-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilshidur%2Faction-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ilshidur","download_url":"https://codeload.github.com/Ilshidur/action-slack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236021227,"owners_count":19082432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-action","github-actions","slack"],"created_at":"2024-10-02T09:53:16.927Z","updated_at":"2025-10-12T08:32:06.750Z","avatar_url":"https://github.com/Ilshidur.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# 🚀 Slack for GitHub Actions\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![Build Status][build-badge]][build-url]\n![stability-frozen](https://img.shields.io/badge/stability-locked-blue.svg)\n[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)\n\nSends a Slack notification. Simple as that.\n\n*Appearance on Slack :*\n\n![Slack message](slack.png \"Slack message\")\n\nThis GitHub action is part of a list of Actions that are located in an other repo. Feel free to check it out : https://github.com/Ilshidur/actions.\n\n\u003chr/\u003e\n\n## DEPRECATION NOTICE\n\n**Please refer to the following discussion :\nhttps://github.com/Ilshidur/action-slack/discussions/255**\n\n## Usage\n\n```yaml\n- name: Slack notification\n  env:\n    SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}\n    SLACK_USERNAME: ThisIsMyUsername # Optional. (defaults to webhook app)\n    SLACK_CHANNEL: general # Optional. (defaults to webhook)\n    SLACK_AVATAR: repository # Optional. can be (repository, sender, an URL) (defaults to webhook app avatar)\n  uses: Ilshidur/action-slack@2.0.2\n  with:\n    args: 'A new commit has been pushed.' # Optional\n```\n\n**NOTICE :** for stability purposes, it is recommended to use the action with an explicit commit SHA-1 :\n\n* Version : `uses: \"Ilshidur/action-slack@2.1.0\"` (\u0026rarr; link to the releases list : https://github.com/Ilshidur/action-slack/releases)\n* Commit SHA-1 : `uses: \"Ilshidur/action-slack@702accad29cfcfe2ee4ebebb21a3883cc1ac9a39\"` (\u0026rarr; link to the commits list : https://github.com/Ilshidur/action-slack/commits/master)\n\n### Arguments\n\nThe argument is the message to display in the Slack notification.\n\n**Environment variables** can be interpolated in the message using brackets (`{{` and `}}`) :\n\ne.g.: `Action called : {{ GITHUB_ACTION }}`\n\n*Note :* be careful to properly [format your messages for Slack](https://api.slack.com/docs/message-formatting).\n\n**Event Payload** data can also be interpolated in the message using brackets (`{{` and `}}`) with the `EVENT_PAYLOAD` variable.\n\ne.g.: `Action called: {{ GITHUB_ACTION }} as {{ EVENT_PAYLOAD.pull_request.id }}`\n\n\u003e See the [event types](https://developer.github.com/v3/activity/events/types/) for valid payload informations.\n\n#### Examples\n\n* `args: \"Hello, beautiful ! I ran a GitHub Action for you \u003c3\"`\n* `args: \"I showed you my commit. Please respond.\"`\n\n### Environment variables\n\n* **`SLACK_WEBHOOK`** **(required)**: the Slack webhook URL (see https://api.slack.com/incoming-webhooks).\n* **`SLACK_USERNAME`** *(optional)* : overrides username. Defaults to the Slack webhook bot name.\n* **`SLACK_CHANNEL`** *(optional)* : overrides the default channel of the webhook. If not set, the message will be sent to the channel associated to the webhook.\n* **`SLACK_AVATAR`** *(optional)* : overrides the message avatar. Can be `'repository'`, `'sender'` or an URL. If not set, the avatar of the Slack webhook's bot picture will be used.\n* **`SLACK_CUSTOM_PAYLOAD`** *(advanced)* : JSON string that sets full payload. instructions see [CUSTOM_PAYLOAD](CUSTOM_PAYLOAD.md)\n\n## Debugging / testing / development\n\nDevelopers, all you need is in the [DEVELOPMENT.md](DEVELOPMENT.md) file.\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://lion.alia.ml\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/12537491?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChristhopher Lion\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Ilshidur/action-slack/commits?author=itsmelion\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-itsmelion\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/Ilshidur/action-slack/commits?author=itsmelion\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## Alternatives\n\nBecause open source is about everyone :\n\nhttps://github.com/marketplace/actions/post-slack-message \u003cbr/\u003e\n![](https://img.shields.io/github/stars/pullreminders/slack-action.svg?label=Stars\u0026style=social)\n\nhttps://github.com/marketplace/actions/slack-notify \u003cbr/\u003e\n![](https://img.shields.io/github/stars/rtCamp/action-slack-notify.svg?label=Stars\u0026style=social)\n\nhttps://github.com/marketplace/actions/slack-bot-action \u003cbr/\u003e\n![](https://img.shields.io/github/stars/krider2010/slack-bot-action.svg?label=Stars\u0026style=social)\n\nhttps://github.com/marketplace/actions/slatify \u003cbr/\u003e\n![](https://img.shields.io/github/stars/homoluctus/slatify.svg?label=Stars\u0026style=social)\n\nhttps://github.com/marketplace/actions/slack-notify-build \u003cbr/\u003e\n![](https://img.shields.io/github/stars/voxmedia/github-action-slack-notify-build.svg?label=Stars\u0026style=social)\n\nhttps://github.com/marketplace/actions/action-slack \u003cbr/\u003e\n![](https://img.shields.io/github/stars/8398a7/action-slack.svg?label=Stars\u0026style=social)\n\n\u003chr/\u003e\n\n\u003cp align=\"center\"\u003e\n  Don't forget to 🌟 Star 🌟 the repo if you like this GitHub Action !\u003cbr/\u003e\n  \u003ca href=\"https://github.com/Ilshidur/action-slack/issues/new\"\u003eYour feedback is appreciated\u003c/a\u003e\n\u003c/p\u003e\n\n[build-badge]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FIlshidur%2Faction-slack%2Fbadge\u0026style=flat\n[build-url]: https://actions-badge.atrox.dev/Ilshidur/action-slack/goto\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIlshidur%2Faction-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIlshidur%2Faction-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIlshidur%2Faction-slack/lists"}