{"id":44384657,"url":"https://github.com/utrustdev/action-should-deploy","last_synced_at":"2026-02-12T00:36:44.041Z","repository":{"id":39177870,"uuid":"387759685","full_name":"utrustdev/action-should-deploy","owner":"utrustdev","description":"Github Action: prevent deployments when the commit SHA and deployment SHA is the same ","archived":false,"fork":false,"pushed_at":"2023-03-01T17:56:13.000Z","size":587,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-11-19T17:04:03.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/utrustdev.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2021-07-20T10:47:25.000Z","updated_at":"2021-10-05T10:14:39.000Z","dependencies_parsed_at":"2023-02-17T06:15:54.546Z","dependency_job_id":null,"html_url":"https://github.com/utrustdev/action-should-deploy","commit_stats":{"total_commits":29,"total_committers":4,"mean_commits":7.25,"dds":"0.31034482758620685","last_synced_commit":"5a5314e3f34fb3d9280a36a54b69d94fbc1ec4c9"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/utrustdev/action-should-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-should-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-should-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-should-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-should-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utrustdev","download_url":"https://codeload.github.com/utrustdev/action-should-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-should-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29351055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-12T00:36:41.678Z","updated_at":"2026-02-12T00:36:44.036Z","avatar_url":"https://github.com/utrustdev.png","language":"TypeScript","readme":"# Github Action - Prevent deployments when no new changes\n\nPrevent deployments when the commit SHA and deployment SHA is the same\n\n## Usage\n```\njobs:\n  deploy:\n    steps:\n      - name: Should Deploy?\n        id: should-deploy\n        uses: utrustdev/action-should-deploy@v0.1.0\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Output\n```\njobs:\n  deploy:\n    steps:\n      ....\n      - name: Get output\n        run: |\n          echo \"output: ${{ steps.should-deploy.outputs.is_deployable }}\"\n          echo \"sha: ${{ steps.should-deploy.outputs.sha }}\"\n```\n\n## Example\n```\njobs:\n  deploy:\n    steps:\n      ....\n      - name: Trigger Deploy\n        if: ${{ steps.should-deploy.outputs.is_deployable == 'true' }}\n        uses: ....\n        with:\n          ....\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futrustdev%2Faction-should-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futrustdev%2Faction-should-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futrustdev%2Faction-should-deploy/lists"}