File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,15 @@ jobs:
34
34
# TODO: Composer auth?
35
35
run : tools/php_api_ref/phpdoc.sh
36
36
37
- - name : Commit and push
37
+ - name : Commit
38
38
run : |
39
39
git config --global user.name "${GITHUB_ACTOR}"
40
40
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
41
- git checkout -b ${{ steps.version_and_branches.outputs.work_branch }}
42
- #git push --set-upstream origin ${{ steps.version_and_branches.outputs.work_branch }}
43
41
git add docs/api/php_api/php_api_reference/ tools/php_api_ref/.phpdoc/template/package-edition-map.twig
44
42
git commit -m "PHP API Ref HTML"
45
43
#TODO: git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
46
44
#TODO: git commit -m "REST API Ref HTML"
47
45
#TODO: permission to push? Use an action? https://github.com/marketplace/actions/github-push
48
- #git push
49
46
50
47
- name : Create Pull Request
51
48
uses : peter-evans/create-pull-request@v7
You can’t perform that action at this time.
0 commit comments