{"id":13624661,"url":"https://github.com/WalshyDev/Discord-Status-Webhook","last_synced_at":"2025-04-16T00:32:56.267Z","repository":{"id":130663404,"uuid":"182518588","full_name":"WalshyDev/Discord-Status-Webhook","owner":"WalshyDev","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-21T11:14:19.000Z","size":4,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T04:28:44.565Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/WalshyDev.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}},"created_at":"2019-04-21T10:17:21.000Z","updated_at":"2024-08-11T23:27:14.000Z","dependencies_parsed_at":"2023-07-16T11:30:46.315Z","dependency_job_id":null,"html_url":"https://github.com/WalshyDev/Discord-Status-Webhook","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WalshyDev%2FDiscord-Status-Webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WalshyDev%2FDiscord-Status-Webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WalshyDev%2FDiscord-Status-Webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WalshyDev%2FDiscord-Status-Webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WalshyDev","download_url":"https://codeload.github.com/WalshyDev/Discord-Status-Webhook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223691707,"owners_count":17186868,"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-08-01T21:01:44.777Z","updated_at":"2024-11-08T13:30:55.216Z","avatar_url":"https://github.com/WalshyDev.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# GitHub Action for Discord webhook sending\r\nThis GitHub action can be used to send a build status to a Discord webhook\r\n\r\n## Usage\r\nSet the environment variable `WEBHOOK_URL` to your Discord webhook.\r\n\r\n### Building\r\n```\r\naction \"Send Build Status\" {\r\n  uses = \"WalshyDev/Discord-Status-Webhook@master\"\r\n  args = \"building\"\r\n  secrets = [\"WEBHOOK_URL\"]\r\n}\r\n```\r\n\r\n### Success\r\nSends an embed with the color code #2ECC71 and with the title \"Passed\"\r\n```\r\naction \"Send Build Status\" {\r\n  uses = \"WalshyDev/Discord-Status-Webhook@master\"\r\n  args = \"success\"\r\n  secrets = [\"WEBHOOK_URL\"]\r\n}\r\n```\r\n\r\n### Fail\r\nSends an embed with the color code #E74C3C and with the title \"Failed\"\r\n```\r\naction \"Send Build Status\" {\r\n  uses = \"WalshyDev/Discord-Status-Webhook@master\"\r\n  args = \"failure\"\r\n  secrets = [\"WEBHOOK_URL\"]\r\n}\r\n```\r\n\r\n### Custom Status\r\nSends an embed with the color code #00c8ff and with the title \"Deployed\"\r\n```\r\naction \"Send Deployed Status\" {\r\n  uses = \"WalshyDev/Discord-Status-Webhook@master\"\r\n  args = \"custom 51455 Deployed\"\r\n  secrets = [\"WEBHOOK_URL\"]\r\n}\r\n```\r\n\r\n## License\r\nThe Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWalshyDev%2FDiscord-Status-Webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWalshyDev%2FDiscord-Status-Webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWalshyDev%2FDiscord-Status-Webhook/lists"}