From beb4b9ef6c2139e1f67234147fc18166321fe6f6 Mon Sep 17 00:00:00 2001 From: Logiar Date: Thu, 5 Dec 2024 15:17:30 +0100 Subject: [PATCH] Does this fix? --- .github/workflows/solve.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solve.yaml b/.github/workflows/solve.yaml index 0123ffd..051a62d 100644 --- a/.github/workflows/solve.yaml +++ b/.github/workflows/solve.yaml @@ -54,7 +54,7 @@ jobs: continue fi echo "Running $script with input from $dayname" | tee -a solutions-output.txt - echo "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt + echo -n "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt done - name: Upload Solutions Output uses: actions/upload-artifact@v3