2
0
forked from Wavyzz/dolibarr

Show content if error

This commit is contained in:
Laurent Destailleur
2024-05-22 16:48:18 +02:00
parent 8a36c49c39
commit 275a6eb6bb

View File

@@ -189,6 +189,8 @@ if [ -s "${MISSING_FILE}.grep" ] ; then
| sort -t: -k 4 \ | sort -t: -k 4 \
| sed 's@^\([^:]*:[^:]*:[^:]*:\)\s*@\1 Missing translation; @' | sed 's@^\([^:]*:[^:]*:[^:]*:\)\s*@\1 Missing translation; @'
cat "${MISSING_FILE}.grep"
echo "##[endgroup]" echo "##[endgroup]"
fi fi