You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the "Checking out the ref" stage of the Verify Provider Release Action, the Workflow fails with the following error:
Error: error: unable to create file sdk/dotnet/DataLoss/Inputs/PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoTypeSensitivityScoreArgs.cs: Filename too long
guineveresaenger
changed the title
Workflow failure: Dotnet Filename too long
Workflow failure on windows-latest: Dotnet Filename too long
Jan 27, 2025
On windows Action runners, the actions/checkout action needs extra
configuration to be able to handle long file names.
This pull request adds this setting for the release-verification job,
which uses both Linux and Windows runners.
While this was discovered while trying to enact release verification for
pulumi-gcp, as it is just a configuration setting it's probably worth it
to enable nonconditionally (on every provider) so we don't have to
re-discover that we need to twist this knob when we enable release
verification elsewhere.
Fixes#1322
When running the "Checking out the ref" stage of the Verify Provider Release Action, the Workflow fails with the following error:
Failed run: https://github.com/pulumi/pulumi-gcp/actions/runs/12996285032/job/36244755521
PR with example: pulumi/pulumi-gcp#2905
More context here: actions/checkout#242 - the solution is to configure git to allow longPaths.
The text was updated successfully, but these errors were encountered: