GitHub actions should use default width (for now)

This commit is contained in:
Patrik Svensson 2021-01-19 18:05:16 +01:00 committed by Patrik Svensson
parent a23bec4082
commit f06dc7e7d8

View File

@ -22,7 +22,6 @@ namespace Spectre.Console
profile.Capabilities.Legacy = false;
profile.Capabilities.Interactive = false;
profile.Capabilities.Links = false;
profile.Width = 120;
}
}
}