whoami.exe is not on PATH for pwsh under the gitea-runner SYSTEM context, so the previous diagnostic aborted before any of the actual cwd/ISCC output got printed. Use [Security.Principal.WindowsIdentity]::GetCurrent().Name which is in-process.
whoami.exe is not on PATH for pwsh under the gitea-runner SYSTEM context, so the previous diagnostic aborted before any of the actual cwd/ISCC output got printed. Use [Security.Principal.WindowsIdentity]::GetCurrent().Name which is in-process.
whoami.exe isn't on PATH for pwsh under the gitea-runner SYSTEM
context (or pwsh's strict mode treats the lookup as fatal), so the
previous diagnostic line aborted the script before any of the cwd /
ISCC-dir output was printed. Use WindowsIdentity.GetCurrent().Name
which is in-process and always works.
justin
merged commit 10b15fc17c into main2026-05-08 13:41:18 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
whoami.exe is not on PATH for pwsh under the gitea-runner SYSTEM context, so the previous diagnostic aborted before any of the actual cwd/ISCC output got printed. Use [Security.Principal.WindowsIdentity]::GetCurrent().Name which is in-process.