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
During the Commercial Cloud Update Policy Library it is returning an error of replacing CRLF with LF which is not an affecting formatting to the policies/workflow.
To Reproduce
Steps to reproduce the behaviour:
Look in the Update Policy Library action history in Azure/ALZ-Bicep
Expected behaviour
Update the policy library and green tick the workflow
Screenshots 📷
Correlation ID
N/A
Additional context
As this workflow runs on Ubuntu and is a Unix OS, we should set git.autocrlf to input in order to instruct Git to deal with this accordingly. This is common amongst Windows / Unix checkouts and cross-platform developing. See documentation:
Describe the bug
During the Commercial Cloud Update Policy Library it is returning an error of replacing CRLF with LF which is not an affecting formatting to the policies/workflow.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Update the policy library and green tick the workflow
Screenshots 📷
Correlation ID
N/A
Additional context
As this workflow runs on Ubuntu and is a Unix OS, we should set
git.autocrlf
toinput
in order to instruct Git to deal with this accordingly. This is common amongst Windows / Unix checkouts and cross-platform developing. See documentation:https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#Formatting-and-Whitespace
The text was updated successfully, but these errors were encountered: