From ef1855a0b06b277076f80a100e6418ed1a9966e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Thu, 21 Nov 2024 12:46:04 +0100 Subject: [PATCH] Use EOF to preserve formatting --- .github/workflows/fix_translations.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fix_translations.yml b/.github/workflows/fix_translations.yml index 7e7e99384..4e7146036 100644 --- a/.github/workflows/fix_translations.yml +++ b/.github/workflows/fix_translations.yml @@ -34,7 +34,9 @@ jobs: git fetch origin ${{ github.event.pull_request.base.ref }}:refs/remotes/origin/${{ github.event.pull_request.base.ref }} modified_files=$(git diff --name-only origin/${{ github.event.pull_request.base.ref }}...${{ github.event.pull_request.head.ref }}) echo "modified_files=$modified_files" >> $GITHUB_ENV - echo "modified_files=$modified_files" >> $GITHUB_OUTPUT + echo "modified_files<> $GITHUB_OUTPUT + echo "$modified_files" >> $GITHUB_OUTPUT + echo "EOF" >> $GITHUB_OUTPUT - name: Run translation fixes script run: |