File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ jobs:
3939 git config --global user.name "${GITHUB_ACTOR}"
4040 git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
4141 git checkout -b ${{ steps.version_and_branches.outputs.work_branch }}
42- git push --set-upstream origin ${{ steps.version_and_branches.outputs.work_branch }}
42+ # git push --set-upstream origin ${{ steps.version_and_branches.outputs.work_branch }}
4343 git add docs/api/php_api/php_api_reference/ tools/php_api_ref/.phpdoc/template/package-edition-map.twig
4444 git commit -m "PHP API Ref HTML"
4545 #TODO: git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
4646 #TODO: git commit -m "REST API Ref HTML"
4747 #TODO: permission to push? Use an action? https://github.com/marketplace/actions/github-push
48- git push
48+ # git push
4949
5050 - name : Create Pull Request
51- uses : peter-evans/create-pull-request@v3
51+ uses : peter-evans/create-pull-request@v7
5252 with :
5353 # TODO: token: ${{ ? }}
5454 title : " PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
You can’t perform that action at this time.
0 commit comments