{"id":17267301,"url":"https://github.com/dosymep/vk-teams-action","last_synced_at":"2026-02-12T08:05:16.472Z","repository":{"id":230365985,"uuid":"778918510","full_name":"dosymep/vk-teams-action","owner":"dosymep","description":"GitHub Action for sending a VK Teams notification message.","archived":false,"fork":false,"pushed_at":"2024-07-19T14:24:44.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T10:22:42.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/dosymep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-03-28T17:03:00.000Z","updated_at":"2024-07-19T14:24:48.000Z","dependencies_parsed_at":"2024-03-29T09:53:18.795Z","dependency_job_id":null,"html_url":"https://github.com/dosymep/vk-teams-action","commit_stats":null,"previous_names":["dosymep/vk-teams-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosymep%2Fvk-teams-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosymep%2Fvk-teams-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosymep%2Fvk-teams-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosymep%2Fvk-teams-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dosymep","download_url":"https://codeload.github.com/dosymep/vk-teams-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240177055,"owners_count":19760308,"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":[],"created_at":"2024-10-15T08:10:18.241Z","updated_at":"2026-02-12T08:05:11.429Z","avatar_url":"https://github.com/dosymep.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vk-teams action\n\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.md)\n\nGitHub Action for sending a VK Teams notification message.\n\n## Inputs\n\n- `to` **Required** chat id.\n- `token` **Required**  bot token.\n- `api_url` **Required** bot api url. Default `https://myteam.mail.ru/bot/v1`.\n- `message` **Optional** custom message.\n- `message_file` **Optional** overwrite the default message template with the contents of the specified file.\n- `format` **Optional** message format: `MarkdownV2` or `HTML`. Default `\"MarkdownV2\"`. See [text formatting](https://teams.vk.com/botapi/tutorial/#Text_Format).\n- `file_path` **Optional** send file.\n\n## Outputs\n\n- `response` VK Teams server response.\n\n## Example usage\n\nDefault message\n\n```yml\n- name: Send message (default)\n  uses: dosymep/vk-teams-action@v1.0.0\n  with:\n    to: ${{ secrets.VK_TEAMS_TO }}\n    token: ${{ secrets.VK_TEAMS_TOKEN }}\n    api_url: ${{ secrets.VK_TEAMS_API_URL }}\n```\n\nCustom message\n\n```yml\n- name: Send message (custom)\n  uses: dosymep/vk-teams-action@v1.0.0\n  with:\n    to: ${{ secrets.VK_TEAMS_TO }}\n    token: ${{ secrets.VK_TEAMS_TOKEN }}\n    api_url: ${{ secrets.VK_TEAMS_API_URL }}\n    message: |\n       [#42](https://github.com/${{ github.repository }})\n       [repository](https://github.com/${{ github.repository }})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosymep%2Fvk-teams-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosymep%2Fvk-teams-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosymep%2Fvk-teams-action/lists"}