Test Formatting Fix

This commit is contained in:
ikifar2012 2022-12-11 01:12:59 +00:00
parent 747e971247
commit 822bd151ca

View file

@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build Debian Package in Docker - name: Build Debian Package in Docker
run: | run: |
docker run --rm -v $(pwd):/tmp debian:stable-slim bash -c \ docker run --rm -v $(pwd):/tmp debian:stable-slim bash -c \
"cd /tmp \ "cd /tmp \
&& chmod 555 homeassistant-supervised/DEBIAN/p* \ && chmod 555 homeassistant-supervised/DEBIAN/p* \
&& dpkg-deb --build --root-owner-group homeassistant-supervised" && dpkg-deb --build --root-owner-group homeassistant-supervised"
- name: Upload - name: Upload
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: