Skip to content

Commit

Permalink
feat: remove unused core.autocrlf setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 17, 2023
1 parent 55c2c1e commit de52f88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e

echo "::group::verify-changed-files"

git config --local core.autocrlf "$INPUT_AUTO_CRLF"

if [[ -n "$INPUT_FILES_PATTERN_FILE" ]]; then
TRACKED_FILES=$(git diff --diff-filter=ACMUXTRD --name-only | grep -x -E -f "$INPUT_FILES_PATTERN_FILE" | awk -v d="|" '{s=(NR==1?s:s d)$0}END{print s}')

Expand Down

0 comments on commit de52f88

Please sign in to comment.