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