{"id":15345885,"url":"https://github.com/niklasmerz/github-deployment-action","last_synced_at":"2025-04-15T02:37:02.495Z","repository":{"id":40751465,"uuid":"165735786","full_name":"NiklasMerz/github-deployment-action","owner":"NiklasMerz","description":"Create deployments on Github with actions","archived":false,"fork":false,"pushed_at":"2025-02-15T00:27:53.000Z","size":59,"stargazers_count":38,"open_issues_count":6,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T14:17:59.626Z","etag":null,"topics":["actions","deployment","github-action","github-actions","github-deployment"],"latest_commit_sha":null,"homepage":null,"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/NiklasMerz.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,"publiccode":null,"codemeta":null}},"created_at":"2019-01-14T21:11:41.000Z","updated_at":"2024-04-15T03:06:14.000Z","dependencies_parsed_at":"2024-06-21T04:18:44.535Z","dependency_job_id":"6aaf3fd8-3756-4167-9804-80a9c771f804","html_url":"https://github.com/NiklasMerz/github-deployment-action","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":0.12,"last_synced_commit":"cba58bd020280e5f1e56db86041fc7fb81ca5115"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Fgithub-deployment-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Fgithub-deployment-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Fgithub-deployment-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Fgithub-deployment-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NiklasMerz","download_url":"https://codeload.github.com/NiklasMerz/github-deployment-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248995102,"owners_count":21195497,"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":["actions","deployment","github-action","github-actions","github-deployment"],"created_at":"2024-10-01T11:17:06.844Z","updated_at":"2025-04-15T02:37:02.214Z","avatar_url":"https://github.com/NiklasMerz.png","language":"JavaScript","readme":"# Create GitHub deployments in you actions\n\n\u003e If you have any questions please ping me. This action basically works but has not all features I want it to.\n\nThis actions allows you to create a deployment and set a deployment status.\n\nFor options please see `deployment.js` and the [Github documentation](https://developer.github.com/v3/repos/deployments/)\n\nFirst create a deployment and with flag `-f`  create the success status:\n````\n- name: create deployment\n  uses: docker://ghcr.io/niklasmerz/github-deployment-action/deployment-action:latest\n  if: contains(github.ref, 'master')\n  env:\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n  with:\n    args: -o niklasmerz -r myrepo -c master -e production\n- name: set deployment status\n  uses: niklasmerz/github-deployment-action@master\n  if: contains(github.ref, 'master')\n  env:\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n  with:\n    args: -o niklasmerz -r myrepo -s success -u https://url.com -f\n````\n\n\u003eNote see example above: you can either use the repository name or Docker image: `docker://ghcr.io/niklasmerz/github-deployment-action/deployment-action:latest`. Using the Docker image should be a bit faster the image does not need to be built on every run.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasmerz%2Fgithub-deployment-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklasmerz%2Fgithub-deployment-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasmerz%2Fgithub-deployment-action/lists"}