Skip to content

Commit 2d8aa35

Browse files
committed
build: wrap files in double quotes
1 parent 6cecb0a commit 2d8aa35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_pr_copyright_years.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
id: update-years
118118
run: |
119119
files="${{ steps.added-files.outputs.files }}"
120-
. "$GITHUB_WORKSPACE/.github/workflows/scripts/update_copyright_years" $files
120+
. "$GITHUB_WORKSPACE/.github/workflows/scripts/update_copyright_years" "$files"
121121
122122
# Disable Git hooks:
123123
- name: 'Disable Git hooks'

0 commit comments

Comments
 (0)