|
@@ -12,8 +12,8 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- run: |
|
|
- run: |
|
|
- git config filter.tabspace.smudge 'unexpand --tabs=4 --first-only'
|
|
|
|
- git config filter.tabspace.clean 'unexpand --tabs=4 --first-only'
|
|
|
|
|
|
+ git config filter.tabindent.smudge 'unexpand --tabs=4 --first-only'
|
|
|
|
+ git config filter.tabindent.clean 'unexpand --tabs=4 --first-only'
|
|
git config user.name Markus-Rost
|
|
git config user.name Markus-Rost
|
|
git config user.email 37275477+Markus-Rost@users.noreply.github.com
|
|
git config user.email 37275477+Markus-Rost@users.noreply.github.com
|
|
git add .
|
|
git add .
|