Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Lieberg committed Apr 3, 2024
1 parent 28c7241 commit 176846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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_OUTPUTe)
echo "stderr=${stderr//$'\n'/\\n}" >> $GITHUB_OUTPUT)

0 comments on commit 176846f

Please sign in to comment.