From 24829d6de2ac94508197c21c98be404569de80c7 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 9 Sep 2024 08:18:12 -0500 Subject: [PATCH] indentation --- .github/workflows/update.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4999887..e609d94 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -97,15 +97,15 @@ jobs: - name: Build run: > nix run . - -- - build - $(nix run . -- output --host "${{ matrix.host }}" --flake .) - --flake . - --debug - -- - --keep-going - --print-build-logs - --out-link current + -- + build + "$(nix run . -- output --host "${{ matrix.host }}" --flake .)" + --flake . + --debug + -- + --keep-going + --print-build-logs + --out-link current - run: git checkout flake-lock @@ -116,15 +116,15 @@ jobs: - name: Build Updated run: > nix run . - -- - build - $(nix run . -- output --host "${{ matrix.host }}" --flake .) - --flake . - --debug - -- - --keep-going - --print-build-logs - --out-link updated + -- + build + "$(nix run . -- output --host "${{ matrix.host }}" --flake .)" + --flake . + --debug + -- + --keep-going + --print-build-logs + --out-link updated - run: | echo "# System Diff" >> $GITHUB_STEP_SUMMARY