Skip to content

Commit de4a959

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/api_refs.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
#TODO: On 5.0, update tool to handle both PHP & REST APIs
4444
tools/php_api_ref/phpdoc.sh
4545
#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
4654
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
4755
4856
- name: Commit
@@ -51,8 +59,6 @@ jobs:
5159
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
5260
git add docs/api/php_api/php_api_reference/ tools/php_api_ref/.phpdoc/template/package-edition-map.twig
5361
git commit -m "PHP API Ref HTML"
54-
#DEBUG
55-
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
5662
#TODO: git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
5763
#TODO: git commit -m "REST API Ref HTML"
5864
#TODO: permission to push? Use an action? https://github.com/marketplace/actions/github-push

0 commit comments

Comments
 (0)