Test Formatting Fix
This commit is contained in:
parent
747e971247
commit
822bd151ca
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build-deb-pr.yml
vendored
8
.github/workflows/build-deb-pr.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue