{"id":18584475,"url":"https://github.com/ipfs-examples/actions-pull-directory-from-repo","last_synced_at":"2026-02-25T15:31:23.961Z","repository":{"id":47160746,"uuid":"376070496","full_name":"ipfs-examples/actions-pull-directory-from-repo","owner":"ipfs-examples","description":"A Github Action that can pull changes from a directory of a given repository.","archived":false,"fork":false,"pushed_at":"2025-05-01T08:39:09.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T14:46:12.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipfs-examples.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,"zenodo":null}},"created_at":"2021-06-11T15:38:04.000Z","updated_at":"2025-05-01T07:36:57.000Z","dependencies_parsed_at":"2024-11-07T00:32:42.449Z","dependency_job_id":"edd99211-aee4-42aa-aaf8-27a1e7b1e554","html_url":"https://github.com/ipfs-examples/actions-pull-directory-from-repo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ipfs-examples/actions-pull-directory-from-repo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs-examples%2Factions-pull-directory-from-repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs-examples%2Factions-pull-directory-from-repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs-examples%2Factions-pull-directory-from-repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs-examples%2Factions-pull-directory-from-repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipfs-examples","download_url":"https://codeload.github.com/ipfs-examples/actions-pull-directory-from-repo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfs-examples%2Factions-pull-directory-from-repo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29827694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T14:53:59.163Z","status":"ssl_error","status_checked_at":"2026-02-25T14:53:23.002Z","response_time":61,"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":[],"created_at":"2024-11-07T00:27:38.588Z","updated_at":"2026-02-25T15:31:23.945Z","avatar_url":"https://github.com/ipfs-examples.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pull From Another Repository\n\nA Github Action that can pull changes from a directory of a given repository. This action allows to create a fork and go repository based on a directory/folder of another repository.\n\n## Inputs\n\n### `source-repo`\n\n**Required** Source repository to pull directory.\n\n### `source-folder-path`\n\n**Required** Source repository path folder to be pulled.\n\n### `source-branch`\n\n**Required** Source repository branch to pull the directory. Defaults to `main`\n\n### `target-branch`\n\n**Required** Target repository branch to push the directory. Defaults to `main`\n\n### `git-username`\n\n**Required** Username to be used by git. Defaults to `github-actions`\n\n### `git-email`\n\n**Required** Email to be used by git. Defaults to `github-actions@github.com`\n\n## Usage\n\n```yaml\n- name: Pull from another repository\n  uses: ipfs-examples/actions-pull-directory-from-repo\n  with:\n    source-repo: \"ipfs-examples/examples-source\"\n    source-folder-path: \"examples/example1\"\n    source-branch: \"main\"\n    target-branch: \"main\"\n    git-username: github-actions\n    git-email: github-actions@github.com\n```\n\nThis will pull all given folder/directory and push everything (if has changes) to the current repository using the git configurations provided.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfs-examples%2Factions-pull-directory-from-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipfs-examples%2Factions-pull-directory-from-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfs-examples%2Factions-pull-directory-from-repo/lists"}