diff options
| author | Joel Challis <git@zvecr.com> | 2022-08-08 19:05:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-08 19:05:41 +0100 |
| commit | 0002b1cc208a631917c8e2bca1347cac811ef4c7 (patch) | |
| tree | 0cd63139e95e39ad44374024d2854afdb1a146f2 /.github/workflows/develop_update.yml | |
| parent | a3b06fd87cddcac17d9a376f4cfee4d01c0b5dcf (diff) | |
Also disable line ending conversion for merge workflows (#17953)
Diffstat (limited to '.github/workflows/develop_update.yml')
| -rw-r--r-- | .github/workflows/develop_update.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/develop_update.yml b/.github/workflows/develop_update.yml index 928327e7eb..18ca84162b 100644 --- a/.github/workflows/develop_update.yml +++ b/.github/workflows/develop_update.yml | |||
| @@ -17,6 +17,10 @@ jobs: | |||
| 17 | token: ${{ secrets.QMK_BOT_TOKEN }} | 17 | token: ${{ secrets.QMK_BOT_TOKEN }} |
| 18 | fetch-depth: 0 | 18 | fetch-depth: 0 |
| 19 | 19 | ||
| 20 | - name: Disable automatic eol conversion | ||
| 21 | run: | | ||
| 22 | echo "* -text" > .git/info/attributes | ||
| 23 | |||
| 20 | - name: Checkout develop | 24 | - name: Checkout develop |
| 21 | run: | | 25 | run: | |
| 22 | git fetch origin master develop | 26 | git fetch origin master develop |
