Skip to content

Commit

Permalink
Run CI proto docker as actions user (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Mar 6, 2024
1 parent 0f7e293 commit cfab790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit cfab790

Please sign in to comment.