sapling/.github/workflows
Zeyi (Rice) Fan 6173e53bdd disable autocrlf on Windows jobs
Summary:
In D36905191 (3dae3f1037), getdeps gained the ability to apply patches on Windows.

However, on GitHub Action workers, `core.autocrlf` is turned on by default. This means the patch files we checked in will end up having CRLF endings while the source code we downloaded are still in LF endings, and `git apply` doesn't like that.

This diff teaches getdeps to disable `core.autocrlf` in GitHub Action Windows workers.

Reviewed By: vitaut

Differential Revision: D37008387

fbshipit-source-id: 34c9f89e8783d0613040d190c4ad3477bd7bfd53
2022-06-08 13:18:38 -07:00
..
edenfs_linux.yml disable autocrlf on Windows jobs 2022-06-08 13:18:38 -07:00
edenscm_linux.yml disable autocrlf on Windows jobs 2022-06-08 13:18:38 -07:00
edenscm_mac.yml disable autocrlf on Windows jobs 2022-06-08 13:18:38 -07:00
edenscm-libs.yml move autocargo up one level (#101) 2022-02-08 06:07:52 -08:00
mononoke_linux.yml disable autocrlf on Windows jobs 2022-06-08 13:18:38 -07:00
mononoke_mac.yml disable autocrlf on Windows jobs 2022-06-08 13:18:38 -07:00
TagIt.yml Add github action to auto-release TagIt tags 2020-08-18 13:31:10 -07:00