Skip to content

Commit 3583718

Browse files
committed
api_refs.yaml: Set a Git user
Switched to a new branch 'api_refs_v4.6.x' Author identity unknown *** Please tell me who you are. Run git config --global user.email "[email protected]" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository.
1 parent 8608526 commit 3583718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/api_refs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636

3737
- name: Commit and push
3838
run: |
39+
git config --global user.name "${GITHUB_ACTOR}"
40+
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3941
git checkout -b ${{ steps.version_and_branches.outputs.work_branch }}
4042
git add docs/api/php_api/php_api_reference/ tools/php_api_ref/.phpdoc/template/package-edition-map.twig
41-
#TODO: Set a user?
4243
git commit -m "PHP API Ref HTML"
4344
#TODO: git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
4445
#TODO: git commit -m "REST API Ref HTML"

0 commit comments

Comments
 (0)