We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4a959 commit 0f262abCopy full SHA for 0f262ab
.github/workflows/api_refs.yaml
@@ -41,13 +41,13 @@ jobs:
41
run: |
42
composer config --global http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
43
#TODO: On 5.0, update tool to handle both PHP & REST APIs
44
- tools/php_api_ref/phpdoc.sh
+ 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
+ echo '\\E'
+ echo "\\E"
+ echo '\\E' > tmp.txt
+ echo "\\E" >> tmp.txt
51
cat tmp.txt
52
echo '=='
53
rm tmp.txt
0 commit comments