Skip to content

Commit ecfb28e

Browse files
committed
ci: fixup
1 parent 4c4499e commit ecfb28e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/license_check.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414
id: find-files
1515
shell: bash
1616
run: |
17-
{
18-
echo 'SOURCE_FILES=<<EOF'
19-
$(find . -path "*/src/*" \( -name "*.java" -o -name "*.kt" -o -name "*.kts" \) -type f)"
20-
echo EOF
21-
} >> "$GITHUB_OUTPUT"
17+
echo "SOURCE_FILES=$(find . -path "*/src/*" \( -name "*.java" -o -name "*.kt" -o -name "*.kts" \) -type f -exec printf "%s " {} \;)" >> "$GITHUB_OUTPUT"
2218
2319
- name: Run addlicense
2420
uses: docker://ghcr.io/google/addlicense:v1.2.0

0 commit comments

Comments
 (0)