An open API service indexing awesome lists of open source software.

https://github.com/laghamn/mongoose-os-action

Github action with mongoose-os environment and mos tool
https://github.com/laghamn/mongoose-os-action

actions esp8266 mongoose-os

Last synced: 11 months ago
JSON representation

Github action with mongoose-os environment and mos tool

Awesome Lists containing this project

README

          

# Mongoose OS docker action

This action bundles Mongoose OS with mos tool to build firmware.

## Inputs

### `mos-yml-path`

**Required** Path to mos.yml. Default `"."`.

### `platform`

**Required** The platform to build firmware for. Default `"esp8266"`.

## Outputs

None

## Example usage

```yaml
uses: dea82/mongoose-os-action@v1.0.0
with:
mos-yml-path: .
platform: esp8266
```