Skip to content

Commit 312b68c

Browse files
committed
api_refs.yaml: Try to fix the \E issue
1 parent 0f262ab commit 312b68c

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/api_refs.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,9 @@ jobs:
4141
run: |
4242
composer config --global http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
4343
#TODO: On 5.0, update tool to handle both PHP & REST APIs
44-
bash tools/php_api_ref/phpdoc.sh
45-
#DEBUG
46-
echo '--'
47-
echo '\\E'
48-
echo "\\E"
49-
echo '\\E' > tmp.txt
50-
echo "\\E" >> tmp.txt
51-
cat tmp.txt
52-
echo '=='
53-
rm tmp.txt
44+
tools/php_api_ref/phpdoc.sh
45+
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
46+
sed -i 's//\\\E/' tools/php_api_ref/.phpdoc/template/package-edition-map.twig
5447
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
5548
5649
- name: Commit

0 commit comments

Comments
 (0)