{"id":29562337,"url":"https://github.com/jstritch/setup-git-annex","last_synced_at":"2025-07-18T17:36:57.738Z","repository":{"id":161673314,"uuid":"636305606","full_name":"jstritch/setup-git-annex","owner":"jstritch","description":"GitHub action to install git-annex on Linux, macOS, or Windows.","archived":false,"fork":false,"pushed_at":"2023-10-11T15:07:02.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T02:21:12.685Z","etag":null,"topics":["annex","git","git-annex","install","setup"],"latest_commit_sha":null,"homepage":"","language":null,"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/jstritch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["jstritch"],"ko_fi":"jstritch","liberapay":"jstritch","patreon":"jstritch"}},"created_at":"2023-05-04T14:48:13.000Z","updated_at":"2023-10-31T12:16:36.000Z","dependencies_parsed_at":"2023-10-11T19:22:09.610Z","dependency_job_id":"3b9dbbd9-de4b-4564-88a8-79ed4fe6f735","html_url":"https://github.com/jstritch/setup-git-annex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jstritch/setup-git-annex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstritch%2Fsetup-git-annex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstritch%2Fsetup-git-annex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstritch%2Fsetup-git-annex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstritch%2Fsetup-git-annex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jstritch","download_url":"https://codeload.github.com/jstritch/setup-git-annex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstritch%2Fsetup-git-annex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265802116,"owners_count":23830510,"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":["annex","git","git-annex","install","setup"],"created_at":"2025-07-18T17:36:56.693Z","updated_at":"2025-07-18T17:36:57.715Z","avatar_url":"https://github.com/jstritch.png","language":null,"funding_links":["https://github.com/sponsors/jstritch","https://ko-fi.com/jstritch","https://liberapay.com/jstritch","https://patreon.com/jstritch","https://ko-fi.com/R6R8NY1ZK","https://www.patreon.com/jstritch"],"categories":[],"sub_categories":[],"readme":"[![CI Status](https://github.com/jstritch/setup-git-annex/workflows/CI/badge.svg)](https://github.com/jstritch/setup-git-annex/actions)\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R8NY1ZK)\n[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/jstritch)\n[![Patreon](https://img.shields.io/badge/Patreon-F96854?style=for-the-badge\u0026logo=patreon\u0026logoColor=white)](https://www.patreon.com/jstritch)\n\n# setup-git-annex\n\nInstalls git-annex on Linux, macOS, or Windows.\n[git-annex](https://git-annex.branchable.com/) is an integrated alternative to storing large files in Git.\n\n## Example\n\nThe workflow snippet shown below installs git-annex on Linux, macOS, and Windows.\nSetting fail-fast to false allows other jobs in the matrix to continue if any job in the matrix fails.\n\nOnce installed, the help command is invoked to demonstrate git-annex is available from the command line.\n\n```yaml\njobs:\n  test:\n\n    strategy:\n      matrix:\n        os:\n          - ubuntu-latest\n          - macos-latest\n          - windows-latest\n      fail-fast: false\n\n    runs-on: ${{ matrix.os }}\n\n    steps:\n      - uses: actions/checkout@v4\n      - uses: jstritch/setup-git-annex@v1\n      - run: git annex help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstritch%2Fsetup-git-annex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjstritch%2Fsetup-git-annex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstritch%2Fsetup-git-annex/lists"}