{"id":29427492,"url":"https://github.com/praveengongada/setup-catalyst","last_synced_at":"2026-04-17T17:31:00.716Z","repository":{"id":302698279,"uuid":"1013301146","full_name":"PraveenGongada/setup-catalyst","owner":"PraveenGongada","description":"🚀 GitHub Action to set up Catalyst CLI for mobile app deployment workflows. Automates iOS and Android deployments with matrix configurations.","archived":false,"fork":false,"pushed_at":"2025-07-03T18:43:40.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-03T19:41:06.331Z","etag":null,"topics":["actions","catalyst","github-actions","setup-actions","workflow-automation"],"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/PraveenGongada.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-03T17:08:58.000Z","updated_at":"2025-07-03T18:43:43.000Z","dependencies_parsed_at":"2025-07-03T19:41:08.877Z","dependency_job_id":"38d469dc-3be2-411b-990c-9f2ffd22c416","html_url":"https://github.com/PraveenGongada/setup-catalyst","commit_stats":null,"previous_names":["praveengongada/setup-catalyst"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/PraveenGongada/setup-catalyst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraveenGongada%2Fsetup-catalyst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraveenGongada%2Fsetup-catalyst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraveenGongada%2Fsetup-catalyst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraveenGongada%2Fsetup-catalyst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PraveenGongada","download_url":"https://codeload.github.com/PraveenGongada/setup-catalyst/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraveenGongada%2Fsetup-catalyst/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264995704,"owners_count":23695015,"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":["actions","catalyst","github-actions","setup-actions","workflow-automation"],"created_at":"2025-07-12T13:08:58.457Z","updated_at":"2026-04-17T17:31:00.687Z","avatar_url":"https://github.com/PraveenGongada.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Catalyst Action\n\nThis action sets up [Catalyst](https://github.com/PraveenGongada/catalyst) in your GitHub Actions workflow, allowing you to trigger GitHub Actions workflows with matrix configurations for mobile app deployments.\n\n## Features\n\n- 🚀 **Fast setup** - Downloads and installs Catalyst binary\n- 🔧 **Cross-platform** - Supports Linux and macOS runners\n- 📦 **Flexible versioning** - Install latest or specific version\n\n## Usage\n\n### Basic Usage\n\n```yaml\nsteps:\n  - uses: actions/checkout@v4\n\n  - name: Setup Catalyst\n    uses: PraveenGongada/setup-catalyst@v1\n\n  - name: Trigger deployment\n    run: |\n      catalyst --extract=ios_prod\n```\n\n### Advanced Usage\n\n```yaml\nsteps:\n  - uses: actions/checkout@v4\n\n  - name: Setup Catalyst\n    uses: PraveenGongada/setup-catalyst@v1\n    with:\n      version: \"v1.0.1\"\n      github-token: ${{ secrets.GITHUB_TOKEN }}\n\n  - name: Extract matrices\n    run: |\n      catalyst --extract=android_debug --format=yaml \u003e matrices.yaml\n\n  - name: Use extracted matrices\n    run: |\n      cat matrices.yaml\n```\n\n## Requirements\n\n- GitHub Actions runner (Linux or macOS)\n\n## License\n\nThis action is distributed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveengongada%2Fsetup-catalyst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraveengongada%2Fsetup-catalyst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveengongada%2Fsetup-catalyst/lists"}