{"id":5802112,"name":"appleboy/ssh-action","ecosystem":"actions","description":"Executing remote ssh commands","homepage":"https://github.com/marketplace/actions/ssh-remote-commands","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/appleboy/ssh-action","keywords_array":["github-actions","ssh","ssh-client"],"namespace":"appleboy","versions_count":25,"first_release_published_at":"2019-05-14T23:13:49.000Z","latest_release_published_at":"2024-10-06T13:15:22.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-04-01T12:04:41.474Z","created_at":"2023-01-04T13:35:12.872Z","updated_at":"2026-04-01T12:04:41.474Z","registry_url":"https://github.com/appleboy/ssh-action","install_command":null,"documentation_url":null,"metadata":{"name":"SSH Remote Commands","description":"Executing remote ssh commands","author":"Bo-Yi Wu","inputs":{"host":{"description":"SSH host address."},"port":{"description":"SSH port number.","default":"22"},"passphrase":{"description":"Passphrase for the SSH key."},"username":{"description":"SSH username."},"password":{"description":"SSH password."},"protocol":{"description":"The IP protocol to use. Valid values are \"tcp\". \"tcp4\" or \"tcp6\". Default to tcp.","default":"tcp"},"sync":{"description":"Enable synchronous execution if multiple hosts are involved."},"use_insecure_cipher":{"description":"Include more ciphers by using insecure ciphers."},"cipher":{"description":"Allowed cipher algorithms. If unspecified, a sensible default is used."},"timeout":{"description":"Timeout duration for establishing SSH connection to the host.","default":"30s"},"command_timeout":{"description":"Timeout duration for SSH commands execution.","default":"10m"},"key":{"description":"Content of the SSH private key. For example, the raw content of ~/.ssh/id_rsa."},"key_path":{"description":"Path to the SSH private key file."},"fingerprint":{"description":"SHA256 fingerprint of the host public key."},"proxy_host":{"description":"SSH proxy host address."},"proxy_port":{"description":"SSH proxy port number.","default":"22"},"proxy_username":{"description":"SSH proxy username."},"proxy_password":{"description":"SSH proxy password."},"proxy_passphrase":{"description":"SSH proxy key passphrase."},"proxy_timeout":{"description":"Timeout duration for establishing SSH connection to the proxy host.","default":"30s"},"proxy_key":{"description":"Content of the SSH proxy private key. For example, the raw content of ~/.ssh/id_rsa."},"proxy_key_path":{"description":"Path to the SSH proxy private key file."},"proxy_fingerprint":{"description":"SHA256 fingerprint of the proxy host public key."},"proxy_cipher":{"description":"Allowed cipher algorithms for the proxy. If unspecified, a sensible default is used."},"proxy_use_insecure_cipher":{"description":"Include more ciphers for the proxy by using insecure ciphers."},"script":{"description":"Commands to be executed."},"script_stop":{"description":"Stop the script after the first failure."},"envs":{"description":"Environment variables to be passed to the shell script."},"envs_format":{"description":"Flexible configuration for environment value transfer."},"debug":{"description":"Enable debug mode."},"allenvs":{"description":"pass all environment variable to shell script."},"request_pty":{"description":"Request a pseudo-terminal from the server."}},"runs":{"using":"composite","steps":[{"name":"Set GitHub Path","run":"echo \"$GITHUB_ACTION_PATH\" \u003e\u003e $GITHUB_PATH","shell":"bash","env":{"GITHUB_ACTION_PATH":"${{ github.action_path }}"}},{"name":"Run entrypoint.sh","run":"entrypoint.sh","shell":"bash","env":{"GITHUB_ACTION_PATH":"${{ github.action_path }}","INPUT_HOST":"${{ inputs.host }}","INPUT_PORT":"${{ inputs.port }}","INPUT_PROTOCOL":"${{ inputs.protocol }}","INPUT_USERNAME":"${{ inputs.username }}","INPUT_PASSWORD":"${{ inputs.password }}","INPUT_PASSPHRASE":"${{ inputs.passphrase }}","INPUT_KEY":"${{ inputs.key }}","INPUT_KEY_PATH":"${{ inputs.key_path }}","INPUT_FINGERPRINT":"${{ inputs.fingerprint }}","INPUT_PROXY_HOST":"${{ inputs.proxy_host }}","INPUT_PROXY_PORT":"${{ inputs.proxy_port }}","INPUT_PROXY_USERNAME":"${{ inputs.proxy_username }}","INPUT_PROXY_PASSWORD":"${{ inputs.proxy_password }}","INPUT_PROXY_PASSPHRASE":"${{ inputs.proxy_passphrase }}","INPUT_PROXY_KEY":"${{ inputs.proxy_key }}","INPUT_PROXY_KEY_PATH":"${{ inputs.proxy_key_path }}","INPUT_PROXY_FINGERPRINT":"${{ inputs.proxy_fingerprint }}","INPUT_TIMEOUT":"${{ inputs.timeout }}","INPUT_PROXY_TIMEOUT":"${{ inputs.proxy_timeout }}","INPUT_COMMAND_TIMEOUT":"${{ inputs.command_timeout }}","INPUT_SCRIPT":"${{ inputs.script }}","INPUT_SCRIPT_STOP":"${{ inputs.script_stop }}","INPUT_ENVS":"${{ inputs.envs }}","INPUT_ENVS_FORMAT":"${{ inputs.envs_format }}","INPUT_DEBUG":"${{ inputs.debug }}","INPUT_ALL_ENVS":"${{ inputs.allenvs }}","INPUT_REQUEST_PTY":"${{ inputs.request_pty }}","INPUT_USE_INSECURE_CIPHER":"${{ inputs.use_insecure_cipher }}","INPUT_CIPHER":"${{ inputs.cipher }}","INPUT_PROXY_USE_INSECURE_CIPHER":"${{ inputs.proxy_use_insecure_cipher }}","INPUT_PROXY_CIPHER":"${{ inputs.proxy_cipher }}","INPUT_SYNC":"${{ inputs.sync }}"}}]},"branding":{"icon":"terminal","color":"gray-dark"},"default_branch":"master","path":null},"repo_metadata":{"uuid":"186202082","full_name":"appleboy/ssh-action","owner":"appleboy","description":"GitHub Actions for executing remote ssh commands.","archived":false,"fork":false,"pushed_at":"2023-07-23T02:08:09.000Z","size":424,"stargazers_count":3494,"open_issues_count":55,"forks_count":491,"subscribers_count":29,"default_branch":"master","last_synced_at":"2023-07-27T02:50:08.617Z","etag":null,"topics":["github-actions","ssh","ssh-client"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/ssh-remote-commands","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/appleboy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":"ssh-action","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.paypal.me/appleboy46"]}},"created_at":"2019-05-12T02:28:18.000Z","updated_at":"2023-07-26T23:28:01.000Z","dependencies_parsed_at":"2023-02-08T04:01:41.607Z","dependency_job_id":null,"html_url":"https://github.com/appleboy/ssh-action","commit_stats":{"total_commits":102,"total_committers":14,"mean_commits":7.285714285714286,"dds":"0.12745098039215685","last_synced_commit":"6a1b59d972b8284bc1127691af3cb964ae4c841b"},"previous_names":[],"tags_count":21,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appleboy","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":148603840,"owners_count":6618830,"icon_url":"https://github.com/github.png","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"},"owner_record":{"login":"appleboy","name":"Bo-Yi Wu","uuid":"21979","kind":"user","description":"I really believe committing every day on an open source project is the best practice.","email":"","website":"https://blog.wu-boy.com","location":"Hsinchu, Taiwan","twitter":"appleboy","company":"Mediatek","icon_url":"https://avatars.githubusercontent.com/u/21979?u=ad742a0b34a5461d12aa79cc441e5f6ca0453122\u0026v=4","repositories_count":527,"last_synced_at":"2023-04-10T01:46:12.293Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/appleboy","created_at":"2022-11-02T16:36:34.393Z","updated_at":"2023-04-10T01:46:13.861Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appleboy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appleboy/repositories"},"tags":[{"name":"v1.0.0","sha":"55dabf81b49d4120609345970c91507e2d734799","kind":"commit","published_at":"2023-07-23T02:01:08.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v1.0.0","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-07-24T04:10:56.716Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v1.0.0/manifests"},{"name":"v0.1.10","sha":"334f9259f2f8eb3376d33fa4c684fff373f2c2a6","kind":"commit","published_at":"2023-04-13T03:15:42.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.10","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.10","dependencies_parsed_at":"2023-07-20T20:42:29.126Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"5f64c95280a8e7632da28096e00ccaecb296d200","kind":"commit","published_at":"2023-04-04T09:37:29.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.9","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.9","dependencies_parsed_at":"2023-07-20T20:42:29.121Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"b60142998894e495c513803efc6d5d72a72c968a","kind":"commit","published_at":"2023-02-28T09:18:27.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.8","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.8","dependencies_parsed_at":"2023-07-20T20:42:29.003Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"d91a1af6f57cd4478ceee14d7705601dafabaa19","kind":"commit","published_at":"2023-01-08T01:08:14.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.7","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.7","dependencies_parsed_at":"2023-07-20T20:42:27.987Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"4a03da89e5c43da56e502053be4bbcb293411883","kind":"commit","published_at":"2022-12-09T02:32:49.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.6","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.6","dependencies_parsed_at":"2023-07-20T20:42:28.729Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"f9010ff7f1bbd7db1a0b4bab661437550cea20c0","kind":"commit","published_at":"2022-07-29T13:24:53.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.5","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.5","dependencies_parsed_at":"2023-07-20T20:42:28.439Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"1d1b21ca96111b1eb4c03c21c14ebb971d2200f6","kind":"commit","published_at":"2020-11-17T02:51:06.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.4","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.4","dependencies_parsed_at":"2023-07-20T20:42:28.383Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"bf84735fa9986d048980965656d55112e863f432","kind":"commit","published_at":"2020-08-08T07:39:00.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.3","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.3","dependencies_parsed_at":"2023-07-20T20:42:28.793Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2cbea5f00b5f8d63f24ff104ec5446ca9dbc56c","kind":"commit","published_at":"2020-06-15T08:45:26.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.2","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.2","dependencies_parsed_at":"2023-07-20T20:42:29.083Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"682eb0ddda5d4b97a4b9b7ae1314c2f75254f9d9","kind":"commit","published_at":"2020-05-24T05:59:21.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.1","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.1","dependencies_parsed_at":"2023-07-20T20:42:28.857Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"c9eebc1cde37bec0e73a313e766b036690c783fe","kind":"commit","published_at":"2020-05-24T02:54:31.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.1.0","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.1.0","dependencies_parsed_at":"2023-07-20T20:42:28.986Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"ad6643f7053e0afbd2701670df746f69255670bf","kind":"commit","published_at":"2020-04-30T07:56:29.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.0.9","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.0.9","dependencies_parsed_at":"2023-07-20T20:42:28.960Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"26dd2b3a38b519bb3f1a20c89f09b6d17e762115","kind":"commit","published_at":"2020-04-16T14:24:18.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.0.8","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.0.8","dependencies_parsed_at":"2023-07-20T20:42:28.061Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"73767290ca0fd123c19a35598c66b657bd72999b","kind":"commit","published_at":"2019-12-30T11:54:28.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.0.7","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.0.7","dependencies_parsed_at":"2023-07-20T20:42:28.013Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"9085f3ea5bff7ff82f94a8d8c32ce7a2669302dd","kind":"commit","published_at":"2019-11-30T15:01:49.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.0.6","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.0.6","dependencies_parsed_at":"2023-07-20T20:42:28.549Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"6f091cd9e3c1cd80aaae26c3ff9d628b8b1e8905","kind":"commit","published_at":"2019-11-21T03:10:52.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.0.5","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.0.5","dependencies_parsed_at":"2023-07-20T20:42:29.146Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"aa1ecdd19aeebf7f9515f55b4801b027b55d40ac","kind":"commit","published_at":"2019-09-30T08:55:40.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.0.4","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.0.4","dependencies_parsed_at":"2023-07-20T20:42:28.763Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"a2d5832a97a3bfc4eaabcc0a4e5f4ed410241b67","kind":"commit","published_at":"2019-09-29T04:11:00.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.0.3","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.0.3","dependencies_parsed_at":"2023-07-20T20:42:28.587Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"c94d94aab35c42d6aa3adf336d883e06216ac528","kind":"commit","published_at":"2019-05-16T02:07:59.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.0.2","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.0.2","dependencies_parsed_at":"2023-07-20T20:42:27.927Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"d5e4d4798ef5e3a56ea6b9e2460f61595dbe36a0","kind":"commit","published_at":"2019-05-14T23:13:49.000Z","download_url":"https://codeload.github.com/appleboy/ssh-action/tar.gz/v0.0.1","html_url":"https://github.com/appleboy/ssh-action/releases/tag/v0.0.1","dependencies_parsed_at":"2023-07-20T20:42:29.011Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fssh-action/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2023-07-27T02:57:01.586Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":6371,"rankings":{"downloads":null,"dependent_repos_count":0.23768024084931072,"dependent_packages_count":0.0,"stargazers_count":0.041197908413880525,"forks_count":0.09190302646173348,"docker_downloads_count":2.316590080811282,"average":0.5374742513072414},"purl":"pkg:githubactions/appleboy/ssh-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/appleboy/ssh-action","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/actions/appleboy/ssh-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/appleboy/ssh-action/dependencies","status":null,"funding_links":["https://opencollective.com/ssh-action","https://www.paypal.me/appleboy46"],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-15T20:31:56.292Z","issues_count":110,"pull_requests_count":12,"avg_time_to_close_issue":12869907.675324675,"avg_time_to_close_pull_request":129278.72727272728,"issues_closed_count":77,"pull_requests_closed_count":11,"pull_request_authors_count":5,"issue_authors_count":107,"avg_comments_per_issue":5.945454545454545,"avg_comments_per_pull_request":1.25,"merged_pull_requests_count":9,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":72,"past_year_pull_requests_count":12,"past_year_avg_time_to_close_issue":4650076.386363637,"past_year_avg_time_to_close_pull_request":129278.72727272728,"past_year_issues_closed_count":44,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":69,"past_year_avg_comments_per_issue":2.986111111111111,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fssh-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fssh-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fssh-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fssh-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fssh-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fssh-action/codemeta","maintainers":[]}