esphome / build-action

Apache License 2.0
14 stars 11 forks source link

Add version argument #8

Closed jesserockz closed 2 years ago

jesserockz commented 2 years ago

This allows building firmware using any ESPHome version that there is a container tag for

- uses: esphome/build-action@v1.5.0
  with:
    yaml_file: my-project.yaml
    version: latest
- uses: esphome/build-action@v1.5.0
  with:
    yaml_file: my-project.yaml
    version: beta
- uses: esphome/build-action@v1.5.0
  with:
    yaml_file: my-project.yaml
    version: dev