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
actions/checkout@v4.1.1 creates a folder structure of: 'D:\a\azure-activedirectory-identitymodel-extensions-for-dotnet\azure-activedirectory-identitymodel-extensions-for-dotnet' duplicating the folder.
This causes some of our tests to fail.
Is there a way to control the root folder?
The text was updated successfully, but these errors were encountered:
Run actions/checkout@v4 Syncing repository: simon-vanherck/electric_city Getting Git version info Temporarily overriding HOME='/home/runner/work/_temp/ef3f101d-a9bb-4cf8-880f-05206feff3' before making global git config changes Adding repository directory to the temporary git global config as a safe directory /usr/bin/git config --global --add safe.directory /home/runner/work/electric_city/electric_city Deleting the contents of '/home/runner/work/**electric_city/electric_city'** Initializing the repository /usr/bin/git init /home/runner/work/electric_city/electric_city hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /home/runner/work/electric_city/electric_city/.git/
We have this repo: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet with this workflow file: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/.github/workflows/dotnetcore.yml
actions/checkout@v4.1.1 creates a folder structure of: 'D:\a\azure-activedirectory-identitymodel-extensions-for-dotnet\azure-activedirectory-identitymodel-extensions-for-dotnet' duplicating the folder.
This causes some of our tests to fail.
Is there a way to control the root folder?
The text was updated successfully, but these errors were encountered: