mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update weekly_crlftolf.yaml
This commit is contained in:
2
.github/workflows/weekly_crlftolf.yaml
vendored
2
.github/workflows/weekly_crlftolf.yaml
vendored
@@ -18,10 +18,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Converting crlf to lf"
|
echo "Converting crlf to lf"
|
||||||
grep -rl '\r' . | xargs sed -i 's/\r//'
|
grep -rl '\r' . | xargs sed -i 's/\r//'
|
||||||
echo "::set-output name=changed::1"
|
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Create New Pull Request If Needed
|
- name: Create New Pull Request If Needed
|
||||||
if: steps.sort.outputs.changed != ''
|
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
title: Crlf to lf
|
title: Crlf to lf
|
||||||
|
|||||||
Reference in New Issue
Block a user