Skip to content

Commit 0f262ab

Browse files
committed
api_refs.yaml: Try to debug the \E issue
1 parent de4a959 commit 0f262ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/api_refs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ 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-
tools/php_api_ref/phpdoc.sh
44+
bash tools/php_api_ref/phpdoc.sh
4545
#DEBUG
4646
echo '--'
47-
echo '\E'
48-
echo "\E"
49-
echo '\E' > tmp.txt
50-
echo "\E" >> tmp.txt
47+
echo '\\E'
48+
echo "\\E"
49+
echo '\\E' > tmp.txt
50+
echo "\\E" >> tmp.txt
5151
cat tmp.txt
5252
echo '=='
5353
rm tmp.txt

0 commit comments

Comments
 (0)