From 8c783099f7e7bfe50bd8d6984127b61dfb5dfe65 Mon Sep 17 00:00:00 2001 From: Nate W Date: Wed, 21 Aug 2024 18:57:27 -0700 Subject: [PATCH] updating run command in workflow Signed-off-by: Nate W --- .github/workflows/check-links.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index af83bc03d..fc2c46e74 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -71,5 +71,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: { name: build-log-etc } - - run: cat tmp/build-log.txt - - run: scripts/check-build-log.sh + - run: | + cat tmp/build-log.txt + scripts/check-build-log.sh