From 1650684ccffa291b79c52602c2cac54119dcc24e Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Fri, 23 Feb 2024 21:22:13 -0500 Subject: [PATCH] build: add missing dollar sign --- .github/workflows/update_pr_copyright_years.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_pr_copyright_years.yml b/.github/workflows/update_pr_copyright_years.yml index 69f13a79027..ae2ad8fd086 100644 --- a/.github/workflows/update_pr_copyright_years.yml +++ b/.github/workflows/update_pr_copyright_years.yml @@ -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: