Skip to content

Commit

Permalink
build: add missing dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Feb 24, 2024
1 parent 9fc5d89 commit 1650684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_pr_copyright_years.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: 'Update copyright years'
id: update-years
run: |
files="{{ steps.added-files.outputs.files }}"
files="${{ steps.added-files.outputs.files }}"
. "$GITHUB_WORKSPACE/.github/workflows/scripts/update_copyright_years" $files
# Disable Git hooks:
Expand Down

0 comments on commit 1650684

Please sign in to comment.