From 396c696e031833b10e622afcf78ea81bcb27cf01 Mon Sep 17 00:00:00 2001 From: GammaGames Date: Wed, 3 Apr 2024 10:12:39 -0600 Subject: [PATCH] syntax fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6d7e1db..71b3744 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -71,4 +71,4 @@ chmod +x ${TARGET} stdout=$(cat /tmp/outFile) stderr=$(cat /tmp/errFile) echo "stdout=${stdout//$'\n'/\\n}" >> $GITHUB_OUTPUT -echo "stderr=${stderr//$'\n'/\\n}" >> $GITHUB_OUTPUT) +echo "stderr=${stderr//$'\n'/\\n}" >> $GITHUB_OUTPUT