{"id":18952986,"url":"https://github.com/ynab/slack-post-message-action","last_synced_at":"2026-01-27T05:32:37.564Z","repository":{"id":148996435,"uuid":"593354485","full_name":"ynab/slack-post-message-action","owner":"ynab","description":"GitHub Action that posts a message to a Slack channel","archived":false,"fork":false,"pushed_at":"2025-01-07T20:26:32.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-23T05:41:25.669Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/ynab.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,"zenodo":null}},"created_at":"2023-01-25T20:09:06.000Z","updated_at":"2025-01-07T20:26:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"980331e7-727a-4751-9c2d-3c6a34adbe49","html_url":"https://github.com/ynab/slack-post-message-action","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ynab/slack-post-message-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynab%2Fslack-post-message-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynab%2Fslack-post-message-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynab%2Fslack-post-message-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynab%2Fslack-post-message-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ynab","download_url":"https://codeload.github.com/ynab/slack-post-message-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynab%2Fslack-post-message-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-08T13:35:31.127Z","updated_at":"2026-01-27T05:32:37.544Z","avatar_url":"https://github.com/ynab.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack Post GitHub Action\n\nGitHub Action that posts a message to a Slack channel\n\n## Inputs\n\n### `token`\n\n**Optional** The Slack auth token.  This is only required if environment variable `SLACK_BOT_TOKEN` is not set.\n\n### `channel`\n\n**Required** The channel name to post to (example: `#general`)\n\n### `thread_ts`\n\n**Optional** The timestamp ID of the parent message to reply to (e.g., the `ts` output from a previous Slack message call)\n\n### `text`\n\n**Required** The message text to post. See [Slack's documentation on formatting](https://api.slack.com/reference/surfaces/formatting#basic-formatting).\n    \nNotes:\n  - single quotes in your message *must* be escaped as `\\'` due to how this input is consumed by bash (example: `text: \"This is a \\'single quote\\' test\"`)\n  - environment variables will only be expanded if referenced using the `env` GitHub Action context `${{ env.MY_VAR }}` format (example: `text: \"This is the value of MY_VAR: ${{ env.MY_VAR }}\"`)\n\n### `unfurl_links`\n\n**Optional** Whether links in the message should be unfurled (default: `true`)\n\n## Outputs\n\n### `ts`\n\nThe timestamp ID of the message (can be used to make subsequent Slack messages a threaded reply)\n\n## Example usage\n\n```yaml\n- name: Post Slack message\n  uses: ynab/slack-post-message-action@v1.4\n  with:\n    token: ${{ secrets.SLACK_API_TOKEN }}\n    channel: \"#general\"\n    text: \":tada: This is a test from the ${{ env.GITHUB_ACTION }} workflow! \u003chttps://github.com/ynab/slack-post-message-action|Action Documentation\u003e\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynab%2Fslack-post-message-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fynab%2Fslack-post-message-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynab%2Fslack-post-message-action/lists"}