Open spuder opened 3 days ago
Additional use case example
substitutions:
version: "0.1.0"
esphome:
name: living_room_sensor
min_version: "2023.11.0"
project:
name: "your_name.living_room_project"
version: ${version}
Where $version is provided automatically on a git tag or release
As a user who builds esphome using build parameters. I need the ability to provide those build parameters to the GitHub actions.
Example
Production boards are built using different pin assignments than the development boards.
Desired outcome