Fix LICENSE detection

This commit is contained in:
FriwiDev
2021-11-15 22:37:02 +01:00
parent 36c65e7b41
commit c34561253e
2 changed files with 3 additions and 3 deletions

View File

@@ -54,11 +54,11 @@ echo "" >> $GITHUB_ENV
#Readme
(
(
echo "#####Update JCEF to ["
echo "**Update JCEF to ["
cat ../commit_id.txt
echo "]("
cat ../commit_url.txt
echo ")"
echo ")**"
) | awk '{print}' ORS=''
echo ""
echo ""