{"id":28615435,"url":"https://github.com/lima-vm/lima-actions","last_synced_at":"2025-06-12T02:08:51.202Z","repository":{"id":280922875,"uuid":"943619020","full_name":"lima-vm/lima-actions","owner":"lima-vm","description":"Run non-Ubuntu distributions such as Fedora on GitHub Actions","archived":false,"fork":false,"pushed_at":"2025-03-06T05:50:09.000Z","size":7,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-23T07:58:46.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lima-vm.io/docs/examples/gha/","language":null,"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/lima-vm.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}},"created_at":"2025-03-06T02:08:41.000Z","updated_at":"2025-05-02T21:38:49.000Z","dependencies_parsed_at":"2025-03-06T03:37:22.854Z","dependency_job_id":null,"html_url":"https://github.com/lima-vm/lima-actions","commit_stats":null,"previous_names":["akihirosuda/lima-actions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lima-vm/lima-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lima-vm%2Flima-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lima-vm%2Flima-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lima-vm%2Flima-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lima-vm%2Flima-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lima-vm","download_url":"https://codeload.github.com/lima-vm/lima-actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lima-vm%2Flima-actions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259382328,"owners_count":22848841,"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":[],"created_at":"2025-06-12T02:08:45.858Z","updated_at":"2025-06-12T02:08:51.125Z","avatar_url":"https://github.com/lima-vm.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lima on GitHub Actions\n\n[Lima](https://lima-vm.io) is useful for running non-Ubuntu distributions such as Fedora on GitHub Actions.\n\n## Usage\n\n```yaml\nsteps:\n  - uses: actions/checkout@v4\n\n  - uses: lima-vm/lima-actions/setup@v1\n    id: lima-actions-setup\n\n  - uses: actions/cache@v4\n    with:\n      path: ~/.cache/lima\n      key: lima-${{ steps.lima-actions-setup.outputs.version }}\n\n  - run: limactl start --plain --name=default --cpus=1 --memory=1 template://fedora\n\n  - uses: lima-vm/lima-actions/ssh@v1\n\n  - run: rsync -a -e ssh . lima-default:/tmp/repo\n\n  - run: ssh lima-default ls -l /tmp/repo\n```\n\n## Optional parameters\n### `lima-vm/lima-actions/setup`\n- `version` (string): Lima version. e.g., \"latest\", \"v1.0.6\". Defaults to \"latest\".\n- `additional_guestagents` (boolean): Install lima-additional-guestagents. Usually not needed. Defaults to `false`.\n\n### `lima-vm/lima-actions/ssh`\nNone\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flima-vm%2Flima-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flima-vm%2Flima-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flima-vm%2Flima-actions/lists"}