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
- Host: GitHub
- URL: https://github.com/laghamn/mongoose-os-action
- Owner: laghamn
- License: other
- Created: 2020-01-17T04:59:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T21:04:31.000Z (over 6 years ago)
- Last Synced: 2025-07-01T20:51:39.597Z (12 months ago)
- Topics: actions, esp8266, mongoose-os
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```