Skip to content

Commit 4ad53d2

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

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/api_refs.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
#TODO: git commit -m "REST API Ref HTML"
5858
#TODO: permission to push? Use an action? https://github.com/marketplace/actions/github-push
5959
60-
- name: Create Pull Request
61-
uses: peter-evans/create-pull-request@v7
62-
with:
63-
#TODO: token: ${{ ? }}
64-
title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
65-
body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
66-
branch: "${{ steps.version_and_branches.outputs.work_branch }}"
67-
base: "${{ steps.version_and_branches.outputs.base_branch }}"
68-
draft: true
69-
#TODO: draft: false
70-
labels: Invalid
71-
#TODO: labels: Needs DOC review
60+
# - name: Create Pull Request
61+
# uses: peter-evans/create-pull-request@v7
62+
# with:
63+
# #TODO: token: ${{ ? }}
64+
# title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
65+
# body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
66+
# branch: "${{ steps.version_and_branches.outputs.work_branch }}"
67+
# base: "${{ steps.version_and_branches.outputs.base_branch }}"
68+
# draft: true
69+
# #TODO: draft: false
70+
# labels: Invalid
71+
# #TODO: labels: Needs DOC review

0 commit comments

Comments
 (0)