{"id":29633546,"url":"https://github.com/meshtastic/gh-action-firmware","last_synced_at":"2025-10-28T20:25:16.544Z","repository":{"id":303169600,"uuid":"1014615064","full_name":"meshtastic/gh-action-firmware","owner":"meshtastic","description":"Build Meshtastic firmware in an Action-container","archived":false,"fork":false,"pushed_at":"2025-09-26T11:23:10.000Z","size":32,"stargazers_count":1,"open_issues_count":4,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T18:34:17.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meshtastic.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-06T04:22:27.000Z","updated_at":"2025-08-19T17:11:01.000Z","dependencies_parsed_at":"2025-07-06T05:32:31.820Z","dependency_job_id":"deab897f-208e-4a0c-b8c1-57b1ef59b56a","html_url":"https://github.com/meshtastic/gh-action-firmware","commit_stats":null,"previous_names":["meshtastic/gh-action-firmware"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meshtastic/gh-action-firmware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fgh-action-firmware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fgh-action-firmware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fgh-action-firmware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fgh-action-firmware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meshtastic","download_url":"https://codeload.github.com/meshtastic/gh-action-firmware/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fgh-action-firmware/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281488522,"owners_count":26510308,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"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-07-21T14:05:03.419Z","updated_at":"2025-10-28T20:25:16.522Z","avatar_url":"https://github.com/meshtastic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-action-firmware\nBuild Meshtastic firmware in an Action-container\n\n\n## Usage\n\nThis action is meant to be used with [meshtastic/firmware](https://github.com/meshtastic/firmware) or forks.\n\n\n### Example workflow\n\n```yaml\njobs:\n  build-nrf52:\n    runs-on: ubuntu-24.04\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          repository: meshtastic/firmware\n          ref: master\n\n      - name: Get release version string\n        shell: bash\n        run: echo \"long=$(./bin/buildinfo.py long)\" \u003e\u003e $GITHUB_OUTPUT\n        id: version\n\n      - name: Build T-Echo\n        id: build\n        uses: meshtastic/gh-action-firmware@main\n        with:\n          pio_platform: nrf52\n          pio_env: t-echo\n          pio_target: build\n\n      - name: Store binaries as an artifact\n        uses: actions/upload-artifact@v4\n        with:\n          name: firmware-nrf52840-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip\n          overwrite: true\n          path: |\n            release/*.uf2\n            release/*.elf\n```\n\n### Parameters\n\n|Parameter|Description|Required|Default|\n|---------|-----------|--------|-------|\n|`pio_platform`|PlatformIO Platform|Yes||\n|`pio_env`|PlatformIO \"environment\" (board)|Yes||\n|`pio_target`|PlatformIO target operation|No|`build`|\n|`ota_firmware_source`|OTA Binary to use (ESP32-only)|No||\n|`ota_firmware_target`|OTA Binary destination (ESP32-Only)|No||\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshtastic%2Fgh-action-firmware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeshtastic%2Fgh-action-firmware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshtastic%2Fgh-action-firmware/lists"}