Skip to content

Commit

Permalink
Processed Review
Browse files Browse the repository at this point in the history
Jorehn committed Dec 8, 2022
1 parent faf8dd4 commit 503eb17
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -20,11 +20,10 @@ echo -e "\033[36mExecuting helm\033[0m"
helm_output=$(./run.sh)
echo "$helm_output"

helm_output="${helm_output//'%'/'%25'}"
helm_output="${helm_output//$'\n'/'%0A'}"
helm_output="${helm_output//$'\r'/'%0D'}"

echo "helm_output=$helm_output" >> $GITHUB_OUTPUT
delimiter="$(openssl rand -hex 8)"
echo "helm_output<<${delimiter}" >> "${GITHUB_OUTPUT}"
echo "$helm_output" >> "${GITHUB_OUTPUT}"
echo "${delimiter}" >> "${GITHUB_OUTPUT}"

echo -e "\033[36mCleaning up: \033[0m"
rm ./run.sh -Rf

0 comments on commit 503eb17

Please sign in to comment.