indentation

This commit is contained in:
Daylin Morgan 2024-09-09 08:18:12 -05:00
parent b872208718
commit 24829d6de2
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -97,15 +97,15 @@ jobs:
- name: Build - name: Build
run: > run: >
nix run . nix run .
-- --
build build
$(nix run . -- output --host "${{ matrix.host }}" --flake .) "$(nix run . -- output --host "${{ matrix.host }}" --flake .)"
--flake . --flake .
--debug --debug
-- --
--keep-going --keep-going
--print-build-logs --print-build-logs
--out-link current --out-link current
- run: git checkout flake-lock - run: git checkout flake-lock
@ -116,15 +116,15 @@ jobs:
- name: Build Updated - name: Build Updated
run: > run: >
nix run . nix run .
-- --
build build
$(nix run . -- output --host "${{ matrix.host }}" --flake .) "$(nix run . -- output --host "${{ matrix.host }}" --flake .)"
--flake . --flake .
--debug --debug
-- --
--keep-going --keep-going
--print-build-logs --print-build-logs
--out-link updated --out-link updated
- run: | - run: |
echo "# System Diff" >> $GITHUB_STEP_SUMMARY echo "# System Diff" >> $GITHUB_STEP_SUMMARY