{"id":22509471,"url":"https://github.com/deliverybot/deployment-status","last_synced_at":"2025-08-03T13:31:25.002Z","repository":{"id":35075556,"uuid":"203819764","full_name":"deliverybot/deployment-status","owner":"deliverybot","description":"GitHub action for updating deployments with status events.","archived":false,"fork":false,"pushed_at":"2022-11-29T09:56:50.000Z","size":395,"stargazers_count":26,"open_issues_count":6,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-06T06:03:50.642Z","etag":null,"topics":["action","deployment","deployment-automation"],"latest_commit_sha":null,"homepage":"https://deliverybot.dev","language":"JavaScript","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/deliverybot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-22T15:11:42.000Z","updated_at":"2024-01-05T11:39:29.000Z","dependencies_parsed_at":"2023-01-06T15:45:16.975Z","dependency_job_id":null,"html_url":"https://github.com/deliverybot/deployment-status","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.045454545454545414","last_synced_commit":"70e18b94326d2119355ad60dbc3c0a8329241b90"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fdeployment-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fdeployment-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fdeployment-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fdeployment-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deliverybot","download_url":"https://codeload.github.com/deliverybot/deployment-status/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548407,"owners_count":17935204,"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":["action","deployment","deployment-automation"],"created_at":"2024-12-07T01:29:12.136Z","updated_at":"2024-12-07T01:29:12.826Z","avatar_url":"https://github.com/deliverybot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Status Action\n\nMarks a deployment status for GitHub actions.\n\n## Parameters\n\n### Inputs\n\n- `state`: Deployment state. (default: pending)\n- `description`: Descriptive message about the deployment state.\n- `log-url`: Log url location.\n- `token`: Github repository token.\n- `environment`: Name for the target deployment environment, which can be changed when setting a deploy status.\n- `environment-url`: URL for accessing your environment.\n\n## Example\n\n```yaml\n# .github/workflows/deploy.yml\nname: Deploy\n\non: ['deployment']\n\njobs:\n  deployment:\n\n    runs-on: 'ubuntu-latest'\n\n    steps:\n    - uses: actions/checkout@v1\n    - name: 'use node 8.x'\n      uses: actions/setup-node@v1\n      with:\n        node-version: 8.x\n\n    - name: 'deployment pending'\n      uses: 'deliverybot/deployment-status@v1'\n      with:\n        state: 'pending'\n        token: '${{ github.token }}'\n\n    - name: 'deploy'\n      run: |\n        npm run deploy\n\n    - name: 'deployment success'\n      if: success()\n      uses: 'deliverybot/deployment-status@v1'\n      with:\n        state: 'success'\n        token: '${{ github.token }}'\n\n    - name: 'deployment failure'\n      if: failure()\n      uses: 'deliverybot/deployment-status@v1'\n      with:\n        state: 'failure'\n        token: '${{ github.token }}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliverybot%2Fdeployment-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeliverybot%2Fdeployment-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliverybot%2Fdeployment-status/lists"}