Does this fix?
All checks were successful
Solve / example-action (push) Successful in 46s

This commit is contained in:
Logiar 2024-12-05 15:17:30 +01:00
parent 6a42539f09
commit beb4b9ef6c
Signed by: Logiar
SSH Key Fingerprint: SHA256:tq77C31em1ZG4oELIHC3k62wq5UzPSXmhqH8g62whIY

View File

@ -54,7 +54,7 @@ jobs:
continue continue
fi fi
echo "Running $script with input from $dayname" | tee -a solutions-output.txt 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 done
- name: Upload Solutions Output - name: Upload Solutions Output
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3