Fix output on non GitHub Action environments

This commit is contained in:
Shivam Mathur
2022-01-30 10:00:11 +05:30
parent 5acd006232
commit 9d74a11420
14 changed files with 70 additions and 25 deletions

View File

@ -68,10 +68,10 @@ run_group() {
command=$1
log=$2
echo "$command" | sudo tee ./run_group.sh >/dev/null 2>&1
echo "::group::$log"
echo "$GROUP$log"
. ./run_group.sh
rm ./run_group.sh
echo "::endgroup::"
echo "$END_GROUP"
}
patch_extension() {