mirror of
https://github.com/esphome/esphome.git
synced 2026-02-05 12:09:39 -07:00
The workflow was checking out the base branch but trying to read files from the filesystem, which meant it couldn't see changes in the PR. Now using github.rest.repos.getContent with the PR head SHA to fetch the actual file content from the PR branch. Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>