Skip to content

Commit 578e207

Browse files
Update .github/workflows/license-check-python.yml
1 parent d606e95 commit 578e207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license-check-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Find Python dependency files
3030
id: find-deps
3131
run: |
32-
files=$(find . -name 'pyproject.toml' -o -name 'requirements.txt' | paste -sd ',' -)
32+
files=$(find . -name 'pyproject.toml' -o -name 'requirements.txt' | paste -sd ' ' -)
3333
echo "paths=$files" >> "$GITHUB_OUTPUT"
3434
3535
- name: Run license check

0 commit comments

Comments
 (0)