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 a02cc3f commit a5c8e04Copy full SHA for a5c8e04
.github/workflows/api_refs.yaml
@@ -83,8 +83,8 @@ jobs:
83
uses: peter-evans/create-pull-request@v7
84
with:
85
token: ${{ secrets.EZROBOT_PAT }}
86
- title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
87
- body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
+ title: "API Refs ${{ steps.version_and_branches.outputs.version }}"
+ body: "PHP API & REST API References update for ${{ steps.version_and_branches.outputs.version }}"
88
branch: "${{ steps.version_and_branches.outputs.work_branch }}"
89
base: "${{ steps.version_and_branches.outputs.base_branch }}"
90
draft: false
0 commit comments