{"id":29651282,"url":"https://github.com/calmdownval/webhook-summary","last_synced_at":"2026-05-10T05:17:04.361Z","repository":{"id":41409895,"uuid":"489948187","full_name":"CalmDownVal/webhook-summary","owner":"CalmDownVal","description":"A GitHub Action for pipeline summaries sent via Discord webhooks.","archived":false,"fork":false,"pushed_at":"2022-07-02T12:26:23.000Z","size":389,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T05:06:30.892Z","etag":null,"topics":["actions","discord","github-actions","webhook"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CalmDownVal.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-08T13:14:49.000Z","updated_at":"2024-02-13T00:35:17.000Z","dependencies_parsed_at":"2023-01-05T04:48:09.693Z","dependency_job_id":null,"html_url":"https://github.com/CalmDownVal/webhook-summary","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"2fb192df00941ce0ba3acce489203d0525102a2e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/CalmDownVal/webhook-summary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalmDownVal%2Fwebhook-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalmDownVal%2Fwebhook-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalmDownVal%2Fwebhook-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalmDownVal%2Fwebhook-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalmDownVal","download_url":"https://codeload.github.com/CalmDownVal/webhook-summary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalmDownVal%2Fwebhook-summary/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266430668,"owners_count":23927169,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["actions","discord","github-actions","webhook"],"created_at":"2025-07-22T05:06:31.042Z","updated_at":"2026-05-10T05:17:04.354Z","avatar_url":"https://github.com/CalmDownVal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webhook Summary\n\nA GitHub Action for simple pipeline summaries sent via Discord webhooks.\n\n## Usage\n\nAdd a new job to your workflow with this action as its only step:\n\n```yml\n  summary:\n    runs-on: ubuntu-latest\n    if: ${{ always() }}\n    needs:\n      - job_one\n      - job_two\n      # ...\n    steps:\n    - uses: CalmDownVal/webhook-summary@v2\n      with:\n        token: ${{ github.token }}\n        url: ${{ secrets.WEBHOOK_URL }}\n        job_id: ${{ job.check_run_id }}\n```\n\nFill in the `needs` array to include all previous jobs. This ensures the summary\njob always runs last.\n\nThe `token` and `url` parameters are mandatory for this action to work. The\n`job_id` parameter is optional and allows the action to identify its own job to\n*exclude* it from the summary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalmdownval%2Fwebhook-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalmdownval%2Fwebhook-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalmdownval%2Fwebhook-summary/lists"}