From 0232b5724bcc5f08da11b8a48dfc563cac86dd4a Mon Sep 17 00:00:00 2001 From: Steve Wagner Date: Tue, 6 Feb 2024 13:10:22 +0100 Subject: [PATCH] Next try for github action build --- .github/{conf_arduiono.yml => conf_arduino.yml} | 2 +- .github/workflows/build_arduino.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/{conf_arduiono.yml => conf_arduino.yml} (94%) diff --git a/.github/conf_arduiono.yml b/.github/conf_arduino.yml similarity index 94% rename from .github/conf_arduiono.yml rename to .github/conf_arduino.yml index 9cbc3ef3..3675f66a 100644 --- a/.github/conf_arduiono.yml +++ b/.github/conf_arduino.yml @@ -1,5 +1,5 @@ esphome: - name: "build_arduino" + name: arduino esp32: board: m5stack-atom diff --git a/.github/workflows/build_arduino.yml b/.github/workflows/build_arduino.yml index c377139e..72f377e7 100644 --- a/.github/workflows/build_arduino.yml +++ b/.github/workflows/build_arduino.yml @@ -8,4 +8,4 @@ jobs: - uses: esphome/build-action@v1.5.2 id: esphome-build with: - yaml_file: .github/conf_arduiono.yml \ No newline at end of file + yaml_file: .github/conf_arduino.yml \ No newline at end of file