Skip to content

Commit eea2551

Browse files
committed
Ensure space-separation
1 parent fdffa36 commit eea2551

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/lint_changed_files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
# Get changed files by comparing the current commit to the commit before the push event:
9898
files=$(git diff --name-only ${{ github.event.before }} ${{ github.event.after }})
9999
fi
100+
files=$(echo "$files" | tr '\n' ' ' | sed 's/ $//')
100101
echo "files=${files}" >> $GITHUB_OUTPUT
101102
102103
# Lint file names

0 commit comments

Comments
 (0)