Run proto docker as actions user

This commit is contained in:
Jesse Hills 2024-03-06 18:48:21 +00:00
parent 0f7e293c43
commit 4203bf19bc
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ jobs:
- run: |
docker run \
-v "$PWD":/aioesphomeapi \
-u "$(id -u):$(id -g)" \
ghcr.io/esphome/aioesphomeapi-proto-builder:latest
if ! git diff --quiet; then
echo "You have altered the generated proto files but they do not match what is expected."