Skip to content

Commit

Permalink
feat: add support for setting diff.relative
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored May 12, 2024
1 parent 145beec commit 3a20c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ echo "::group::verify-changed-files"
echo "::debug::Separator: $INPUT_SEPARATOR"

git config --global core.quotepath "$INPUT_QUOTEPATH"
git config --global diff.relative "$INPUT_DIFF_RELATIVE"

if [[ -n $INPUT_PATH ]]; then
REPO_DIR="$GITHUB_WORKSPACE/$INPUT_PATH"
Expand Down

0 comments on commit 3a20c50

Please sign in to comment.