From 4c0f445aa8fe1006b91a623742676d1ba8d568ab Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Tue, 27 Aug 2024 13:54:43 -0600 Subject: [PATCH] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69064fdd94..f71a5de838 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: output=$(./scripts/test.sh) echo "We just got the output. and we are about to intentially print it decoded" echo $output | base64 --decode | tail - ouput = $output | base64 --decode + ouput = $($output | base64 --decode) # Output the result in a way that GitHub Actions can read echo "We are about to put the output into the output" echo "::set-output name=all_tests::$output"