Check input
Some checks failed
Solve / example-action (push) Failing after 36s

This commit is contained in:
Logiar 2024-12-05 14:59:39 +01:00
parent 29a9f321cd
commit 12cab8af56
Signed by: Logiar
SSH Key Fingerprint: SHA256:tq77C31em1ZG4oELIHC3k62wq5UzPSXmhqH8g62whIY

View File

@ -53,6 +53,7 @@ jobs:
echo "Skipping $script: No input found for $dayname" | tee -a solutions-output.txt echo "Skipping $script: No input found for $dayname" | tee -a solutions-output.txt
continue continue
fi fi
echo "$input_var"
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 "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt
done done