Fix API Refs CI - #3355
Merged
Merged
Conversation
fatal: empty ident name (for <runner@runnerXXXXXXXX.xx.internal.cloudapp.net>) not allowed
|
Preview of modified files: no change to preview. |
Summary
|
adriendupuis
marked this pull request as ready for review
August 18, 2026 13:33
mnocon
approved these changes
Aug 18, 2026
adriendupuis
added a commit
that referenced
this pull request
Aug 18, 2026
fatal: empty ident name (for <runner@runnerXXXXXXXX.xx.internal.cloudapp.net>) not allowed
dabrt
pushed a commit
that referenced
this pull request
Aug 19, 2026
* mcp_config.md: create_content_type_draft * mcp_config.md: session now has a default value * mcp_config.md: session.service now has a default value * mcp_config.md: session.service supports PSR-6 * API Refs workflow must fail on error (#3352) * mcp_config.md: Fix defaults * mcp_config.md: Fix defaults * mcp_config.md: Format Error: docs/ai/mcp/mcp_config.md:93:199 MD038/no-space-in-code Spaces inside code span elements [Context: "` }`"] * Fix links (#3353) * Update actito.com links * Update symfony.com links * [PHP API Ref] Added translations-management package * Fix API Refs CI's Git user (#3355) fatal: empty ident name (for <runner@runnerXXXXXXXX.xx.internal.cloudapp.net>) not allowed --------- Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fatal: empty ident name (for runner@runnerXXXXXXXX.xx.internal.cloudapp.net) not allowed
Set Git user earlier to avoid the following error:
Full failing job: https://github.com/ibexa/documentation-developer/actions/runs/32125687139/job/95675618341#step:9:1452
Reason:
It occurs in api_refs.sh during a hack when initializing a Git repository just to help recipes:
https://github.com/ibexa/documentation-developer/blob/5.0/tools/api_refs/api_refs.sh#L226-L227
Fix test:
Successful job: https://github.com/ibexa/documentation-developer/actions/runs/32141335553/job/95724436299#step:9:1436
Successful PR: #3356
Checklist