Skip to content

Fix API Refs CI - #3355

Merged
adriendupuis merged 1 commit into
5.0from
fix-api_refs-git-user
Aug 18, 2026
Merged

Fix API Refs CI#3355
adriendupuis merged 1 commit into
5.0from
fix-api_refs-git-user

Conversation

@adriendupuis

@adriendupuis adriendupuis commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

fatal: empty ident name (for runner@runnerXXXXXXXX.xx.internal.cloudapp.net) not allowed

Question Answer
JIRA Ticket
Versions
Edition

Set Git user earlier to avoid the following error:

Set up DXP recipes…
Initialized empty Git repository in /tmp/ibexa-dxp-phpdoc/.git/
 23/23 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%Author identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <runner@runnervmzvulz.bt05ewgluiaerd5fsj3vbem1cg.xx.internal.cloudapp.net>) not allowed
Error: Process completed with exit code 128.

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

  • Text renders correctly
  • Text has been checked with vale
  • Description metadata is up to date
  • Redirects cover removed/moved pages
  • Code samples are working
  • PHP code samples have been fixed with PHP CS fixer
  • Added link to this PR in relevant JIRA ticket or code PR

fatal: empty ident name (for <runner@runnerXXXXXXXX.xx.internal.cloudapp.net>) not allowed
@github-actions

Copy link
Copy Markdown

Preview of modified files: no change to preview.

@github-actions

Copy link
Copy Markdown

Summary

Status Count
🔍 Total 736713
🔗 Unique 14806
✅ Successful 6220
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 730493
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0

Full Github Actions output

@adriendupuis
adriendupuis marked this pull request as ready for review August 18, 2026 13:33
@adriendupuis
adriendupuis merged commit d44a994 into 5.0 Aug 18, 2026
13 checks passed
@adriendupuis
adriendupuis deleted the fix-api_refs-git-user branch August 18, 2026 13:35
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants