{"id":18352148,"url":"https://github.com/containrrr/shoutrrr-action","last_synced_at":"2025-04-06T11:32:45.439Z","repository":{"id":37861458,"uuid":"376839537","full_name":"containrrr/shoutrrr-action","owner":"containrrr","description":"Notifications using Shoutrrr in GitHub Actions","archived":false,"fork":false,"pushed_at":"2024-04-08T10:35:32.000Z","size":122,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-08T11:42:26.091Z","etag":null,"topics":["continuous-integration","github-actions","hacktoberfest","notifications","shoutrrr"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/shoutrrr-action","language":"Dockerfile","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/containrrr.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":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-06-14T13:50:06.000Z","updated_at":"2024-07-10T11:44:48.698Z","dependencies_parsed_at":"2024-04-08T11:51:09.222Z","dependency_job_id":null,"html_url":"https://github.com/containrrr/shoutrrr-action","commit_stats":{"total_commits":66,"total_committers":4,"mean_commits":16.5,"dds":"0.40909090909090906","last_synced_commit":"7be866cef3567a08b9691bb6323c6d5a9fecb36a"},"previous_names":[],"tags_count":88,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containrrr%2Fshoutrrr-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containrrr%2Fshoutrrr-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containrrr%2Fshoutrrr-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containrrr%2Fshoutrrr-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containrrr","download_url":"https://codeload.github.com/containrrr/shoutrrr-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478152,"owners_count":20945258,"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":["continuous-integration","github-actions","hacktoberfest","notifications","shoutrrr"],"created_at":"2024-11-05T21:35:00.588Z","updated_at":"2025-04-06T11:32:45.429Z","avatar_url":"https://github.com/containrrr.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notifications using Shoutrrr in GitHub Actions\n\nWith this action, you can send notifications using\n[Shoutrrr](https://containrrr.dev/shoutrrr) from your GitHub Actions\nworkflows.\n\nLet's give an example:\n\n```yaml\nname: Deploy\non:\n  push:\n    branches:\n      - main\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Some other steps needed for deploying\n        run: ...\n      - name: Shoutrrr\n        uses: containrrr/shoutrrr-action@v1\n        with:\n          url: ${{ secrets.SHOUTRRR_URL }}\n          title: Deployed ${{ github.sha }}\n          message: See changes at ${{ github.event.compare }}.\n```\n\nThe `url` is the Shoutrrr service URL as described in the [service\noverview](https://containrrr.dev/shoutrrr/services/overview/). Service\nURLs usually contains tokens or other information you should keep\nconfidential, so make sure you store the URL or at least the secret\nparts of the URL in a GitHub secret.\n\nNot all services support the `title` option. It's optional and you can\nleave it out.\n\n\u003e [!NOTE]\n\u003e This action is only supported on Linux runners.\n\u003e See \u003chttps://docs.github.com/en/actions/sharing-automations/creating-actions/about-custom-actions#types-of-actions\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainrrr%2Fshoutrrr-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontainrrr%2Fshoutrrr-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainrrr%2Fshoutrrr-action/lists"}