Skip to content

Commit 1650684

Browse files
committed
build: add missing dollar sign
1 parent 9fc5d89 commit 1650684

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
@@ -104,7 +104,7 @@ jobs:
104104
- name: 'Update copyright years'
105105
id: update-years
106106
run: |
107-
files="{{ steps.added-files.outputs.files }}"
107+
files="${{ steps.added-files.outputs.files }}"
108108
. "$GITHUB_WORKSPACE/.github/workflows/scripts/update_copyright_years" $files
109109
110110
# Disable Git hooks:

0 commit comments

Comments
 (0)