Skip to content

Commit

Permalink
Add input setting for core.autocrlf
Browse files Browse the repository at this point in the history
Resolves: #101
  • Loading branch information
jackton1 authored Nov 24, 2021
1 parent bafc8fe commit 0baf930
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ inputs:
files:
description: List of files to check for changes.
required: true
autocrlf:
description: Modify the core.autocrlf setting possible values (true, false, input)
default: 'true'
required: true

outputs:
files_changed:
Expand Down

0 comments on commit 0baf930

Please sign in to comment.