From 119b4a6eb39a4b7fde8d22fb1217199fc387c5e2 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:41:46 +0200 Subject: [PATCH] Check-out to dev first --- .github/workflows/build_esphome.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_esphome.yml b/.github/workflows/build_esphome.yml index 8a3dce5..99985fc 100644 --- a/.github/workflows/build_esphome.yml +++ b/.github/workflows/build_esphome.yml @@ -11,9 +11,13 @@ on: jobs: code_scan: - name: Build ESPHome binary + name: ESPHome Builder runs-on: "ubuntu-latest" steps: - - uses: esphome/build-action@v1 + - name: Checkout code + uses: actions/checkout@v2 + with: + ref: dev # Check out the 'dev' branch + - uses: esphome/build-action with: yaml_file: nspanel_esphome_prebuilt.yaml \ No newline at end of file