Update weekly_crlftolf.yaml

This commit is contained in:
Alexandre
2023-12-29 13:36:56 +01:00
committed by GitHub
parent 5cb9020aa3
commit b0022e55c2

View File

@@ -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