feat: Add support for non ascii filenames (#473)
* feat: Add support for non ascii filenames Closes: #437 * Update action.yml * Update README.md * Create test-è.txt * Update test.yml * Update README.md * Update action.yml * Update entrypoint.sh * Update entrypoint.sh * Update entrypoint.sh
This commit is contained in:
@@ -6,6 +6,12 @@ INPUT_SEPARATOR="${INPUT_SEPARATOR//'%'/'%25'}"
|
||||
INPUT_SEPARATOR="${INPUT_SEPARATOR//$'\n'/'%0A'}"
|
||||
INPUT_SEPARATOR="${INPUT_SEPARATOR//$'\r'/'%0D'}"
|
||||
|
||||
if [[ $INPUT_QUOTEPATH == "false" ]]; then
|
||||
git config --global core.quotepath off
|
||||
else
|
||||
git config --global core.quotepath on
|
||||
fi
|
||||
|
||||
function get_diff() {
|
||||
base="$1"
|
||||
sha="$2"
|
||||
|
||||
Reference in New Issue
Block a user