~ruther/qmk_firmware

0002b1cc208a631917c8e2bca1347cac811ef4c7 — Joel Challis 3 years ago a3b06fd
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
@@ 22,6 22,10 @@ jobs:
        token: ${{ secrets.QMK_BOT_TOKEN }}
        fetch-depth: 0

    - name: Disable automatic eol conversion
      run: |
        echo "* -text" > .git/info/attributes

    - name: Checkout branch
      run: |
        git fetch origin develop ${{ matrix.branch }}