mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 15:15:58 +02:00
Update weekly_crlftolf.yaml
This commit is contained in:
11
.github/workflows/weekly_crlftolf.yaml
vendored
11
.github/workflows/weekly_crlftolf.yaml
vendored
@@ -31,11 +31,8 @@ jobs:
|
|||||||
# Apply dos2unix and keep the original timestamp
|
# Apply dos2unix and keep the original timestamp
|
||||||
dos2unix -k "$f"
|
dos2unix -k "$f"
|
||||||
done
|
done
|
||||||
- name: Create a pull request with the fixed files
|
- name: Commit if needed
|
||||||
uses: peter-evans/create-pull-request@v5 # Use the create-pull-request action
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
# Specify the pull request details
|
message: "Github bot : CRLF corrected"
|
||||||
title: Fix CRLF Endings
|
default_author: github_actions
|
||||||
commit-message: Apply dos2unix to files with CRLF endings
|
|
||||||
branch: fix-crlf-endings
|
|
||||||
delete-branch: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user