{"id":13617876,"url":"https://github.com/antalaron/action-splitsh","last_synced_at":"2026-01-24T20:13:02.674Z","repository":{"id":94500750,"uuid":"237299053","full_name":"antalaron/action-splitsh","owner":"antalaron","description":"Synchronises a subtree repository using splitsh-lite","archived":false,"fork":false,"pushed_at":"2020-05-20T14:41:28.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-16T02:24:04.330Z","etag":null,"topics":["git","github-action","split"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/antalaron.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}},"created_at":"2020-01-30T20:26:54.000Z","updated_at":"2021-04-26T04:22:43.000Z","dependencies_parsed_at":"2023-04-21T11:01:35.854Z","dependency_job_id":null,"html_url":"https://github.com/antalaron/action-splitsh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antalaron/action-splitsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antalaron%2Faction-splitsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antalaron%2Faction-splitsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antalaron%2Faction-splitsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antalaron%2Faction-splitsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antalaron","download_url":"https://codeload.github.com/antalaron/action-splitsh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antalaron%2Faction-splitsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28736500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"last_error":"SSL_read: 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":["git","github-action","split"],"created_at":"2024-08-01T20:01:49.707Z","updated_at":"2026-01-24T20:13:02.653Z","avatar_url":"https://github.com/antalaron.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"Splitsh-lite Github action\n==========================\n\nSynchronises a split repository using splitsh-lite\n\nDocumentation\n-------------\n\nIt's primary use is to create a split branch and push it to the parent.\n\nThe action requires the following inputs:\n\nKey                | Description\n------------------ | -----------------------------------------------------------\n`split` *          | Subtree repository name (including owner)\n`split_deploy_key` | A public key part of a Deploy Key on the split repository\n`split_branch`     | Branch name to split\n`split_prefix`     | The directory to perform the split on\n`split_only_if`    | (`0`, `1` or repository name, default `1`) Pushes only if the origin is this, or `1`\n\nThe * indicates mandatory input.\n\nExample usage\n-------------\n\n```yaml\nname: Release Split\n\non: [ push ]\n\njobs:\n    release:\n        runs-on: ubuntu-latest\n        steps:\n            -\n                name: Checkout\n                uses: actions/checkout@v2\n                with:\n                    fetch-depth: 0\n            -\n                name: Release\n                uses: antalaron/action-splitsh@master\n                with:\n                    split: 'owner/sub-repo'\n                    split_deploy_key: ${{ secrets.GITHUB_SSH_KEY }}\n                    split_prefix: 'src/sub-repo/'\n```\n\nLicense\n-------\n\nThis library is under [MIT License](http://opensource.org/licenses/mit-license.php).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantalaron%2Faction-splitsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantalaron%2Faction-splitsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantalaron%2Faction-splitsh/lists"}