Skip to content

Workflow testing - build fw #13

Workflow testing - build fw

Workflow testing - build fw #13

name: Build and Publish ESPHome firmware and website
on:
push:
branches:
- main
paths:
- 'bed-presence-mk1.yaml'
jobs:
build:
uses: ./.github/workflows/action-build-and-publish.yml

Check failure on line 12 in .github/workflows/workflow-fw-change.yml

View workflow run for this annotation

GitHub Actions / Build and Publish ESPHome firmware and website

Invalid workflow file

The workflow is not valid. In .github/workflows/workflow-fw-change.yml (Line: 12, Col: 11): Error from called workflow ElevatedSensors/sensor-configs/.github/workflows/action-build-and-publish.yml@073f1c1fffa51d6bb11cb5ffc80b80f8f63caa2d (Line: 43, Col: 14): Unrecognized named-value: 'files'. Located at position 1 within expression: files
with:
files: bed-presence-mk1.yaml
name: Bed Presence Mk1
esphome_version: 2024.6.6
# name: Build and Publish ESPHome firmware and website
# on:
# push:
# branches:
# - main
# paths:
# - 'bed-presence-mk1.yaml'
# jobs:
# build:
# uses: ./.github/workflows/action-build-fw.yml
# with:
# files: bed-presence-mk1.yaml
# name: Bed Presence Mk1
# esphome_version: 2024.6.6
# publish:
# needs: [build]
# uses: ./.github/workflows/action-publish-pages.yml
# with:
# name: Bed Presence Mk1
# esphome_version: 2024.6.6