Also disable line ending conversion for merge workflows (#17953)
2 files changed, 8 insertions(+), 0 deletions(-) M .github/workflows/develop_update.yml M .github/workflows/feature_branch_update.yml
M .github/workflows/develop_update.yml => .github/workflows/develop_update.yml +4 -0
@@ 17,6 17,10 @@ jobs: token: ${{ secrets.QMK_BOT_TOKEN }} fetch-depth: 0 - name: Disable automatic eol conversion run: | echo "* -text" > .git/info/attributes - name: Checkout develop run: | git fetch origin master develop
M .github/workflows/feature_branch_update.yml => .github/workflows/feature_branch_update.yml +4 -0