{"id":31768932,"url":"https://github.com/tktech/justrunalready-action","last_synced_at":"2026-02-16T03:33:49.047Z","repository":{"id":315527070,"uuid":"1059858707","full_name":"TkTech/justrunalready-action","owner":"TkTech","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-20T02:12:03.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T19:42:30.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TkTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"TkTech","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2025-09-19T03:51:47.000Z","updated_at":"2025-09-20T02:11:04.000Z","dependencies_parsed_at":"2025-09-19T06:34:34.099Z","dependency_job_id":"00c8a376-0aff-4515-8027-00c754e33c11","html_url":"https://github.com/TkTech/justrunalready-action","commit_stats":null,"previous_names":["tktech/justrunalready-action"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/TkTech/justrunalready-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fjustrunalready-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fjustrunalready-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fjustrunalready-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fjustrunalready-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TkTech","download_url":"https://codeload.github.com/TkTech/justrunalready-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fjustrunalready-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T02:07:14.481Z","status":"online","status_checked_at":"2026-02-16T02:03:22.852Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":true,"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":"2025-10-10T02:22:37.540Z","updated_at":"2026-02-16T03:33:49.031Z","avatar_url":"https://github.com/TkTech.png","language":null,"funding_links":["https://github.com/sponsors/TkTech"],"categories":[],"sub_categories":[],"readme":"# JustRunAlready\n\nGitHub Action for running the JustRunAlready (JRA) bundler on the current host\nplatform, optionally wrapping the bundle into a final artifact and uploading\nit.\n\nThe action takes a few args:\n\n- `config` (required): path to your `jra.toml`\n- `args` (optional): extra args to pass to `jra bundle` (e.g., `--verbose`)\n- `wrap` (optional): `appimage`, `dmg`, or `zip`\n- `artifact_name` (optional): override artifact name\n- `python-version` (optional): default `3.11`\n\n\n... and has 1 (optional) output:\n\n- `artifact_path`: resolved path of the uploaded artifact\n\nUsage (single-platform)\n```yaml\nname: Bundle\non: [push]\njobs:\n  bundle:\n    runs-on: ubuntu-latest  # or macos-latest / windows-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: tktech/justrunalready-action@v1\n        with:\n          config: examples/minapp/jra.toml\n          args: --verbose\n          wrap: appimage\n```\n\nUsage (matrix for 3 OSes)\n```yaml\njobs:\n  bundle:\n    runs-on: ${{ matrix.os }}\n    strategy:\n      matrix:\n        os: [ubuntu-latest, macos-latest, windows-latest]\n        include:\n          - os: ubuntu-latest\n            wrap: appimage\n          - os: macos-latest\n            wrap: dmg\n          - os: windows-latest\n            wrap: zip\n    steps:\n      - uses: actions/checkout@v4\n      - uses: tktech/justrunalready-action@v1\n        with:\n          config: examples/minapp/jra.toml\n          wrap: ${{ matrix.wrap }}\n          args: --verbose\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftktech%2Fjustrunalready-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftktech%2Fjustrunalready-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftktech%2Fjustrunalready-action/lists"}