From 8b001fb4884f9cbb0d9ae0ce488bd190a1956003 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 16 Jul 2024 11:06:55 -0500 Subject: [PATCH] add summary to outputs --- .github/workflows/nightly.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ecf0ce9..5f7a1f3 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -101,15 +101,10 @@ jobs: - run: | echo "# System Diff" >> $GITHUB_STEP_SUMMARY - nix store diff-closures ./current ./updated | tee -a $GITHUB_STEP_SUMMARY + # TODO: deal with store diff-closures ansi outputs... + nix store diff-closures ./current ./updated | tee -a $GITHUB_STEP_SUMMARY summary.md - run: df -h - # is this necessary? - - - run: echo $GITHUB_STEP_SUMMARY - - run: cat $GITHUB_STEP_SUMMARY > summary.md - - run: cat summary.md - - uses: actions/upload-artifact@v4 with: name: summary