Skip to content

Commit 6595e79

Browse files
committed
api_refs.yaml: Clean-up after debug
1 parent d4611c3 commit 6595e79

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.github/workflows/api_refs.yaml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
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
4444
tools/php_api_ref/phpdoc.sh
45-
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
45+
# Fix escape character:
4646
perl -pi -e 's/\e/\\E/g' tools/php_api_ref/.phpdoc/template/package-edition-map.twig
47-
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
4847
4948
- name: Commit
5049
run: |
@@ -56,15 +55,14 @@ jobs:
5655
#TODO: git commit -m "REST API Ref HTML"
5756
#TODO: permission to push? Use an action? https://github.com/marketplace/actions/github-push
5857
59-
# - name: Create Pull Request
60-
# uses: peter-evans/create-pull-request@v7
61-
# with:
62-
# #TODO: token: ${{ ? }}
63-
# title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
64-
# body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
65-
# branch: "${{ steps.version_and_branches.outputs.work_branch }}"
66-
# base: "${{ steps.version_and_branches.outputs.base_branch }}"
67-
# draft: true
68-
# #TODO: draft: false
69-
# labels: Invalid
70-
# #TODO: labels: Needs DOC review
58+
- name: Create Pull Request
59+
uses: peter-evans/create-pull-request@v7
60+
with:
61+
title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
62+
body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
63+
branch: "${{ steps.version_and_branches.outputs.work_branch }}"
64+
base: "${{ steps.version_and_branches.outputs.base_branch }}"
65+
draft: true
66+
#TODO: draft: false
67+
labels: Invalid
68+
#TODO: labels: Needs DOC review

0 commit comments

Comments
 (0)