Update weekly_crlftolf.yaml

This commit is contained in:
Alexandre
2022-03-30 10:53:39 +02:00
committed by GitHub
parent faa1b70f9d
commit aba3e59c61

View File

@@ -18,10 +18,8 @@ jobs:
run: |
echo "Converting crlf to lf"
grep -rl '\r' . | xargs sed -i 's/\r//'
echo "::set-output name=changed::1"
shell: bash
- name: Create New Pull Request If Needed
if: steps.sort.outputs.changed != ''
uses: peter-evans/create-pull-request@v4
with:
title: Crlf to lf