From 053c51c1e35d092c2ffd5555008f1d8f72b48e51 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Fri, 24 Sep 2021 02:49:51 +0000 Subject: [PATCH] test without args --- .github/workflows/build-deb.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index c7f8280..d5c4071 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -17,7 +17,7 @@ jobs: with: # Optional, relative to workspace directory source_directory: homeassistant-supervised - # Optional, value from `debian/changelog` is used if not defined - os_distribution: bullseye - # Optional, target architecture, defaults to amd64 - cpu_architecture: all \ No newline at end of file + # # Optional, value from `debian/changelog` is used if not defined + # os_distribution: bullseye + # # Optional, target architecture, defaults to amd64 + # cpu_architecture: all \ No newline at end of file