From c0426ce1c76e350ad20467eafb9b9405639ff251 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:51:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/update-icons.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-icons.yml b/.github/workflows/update-icons.yml index 0aa0dbe20..87c41ccbb 100644 --- a/.github/workflows/update-icons.yml +++ b/.github/workflows/update-icons.yml @@ -33,9 +33,9 @@ jobs: - name: Check for changes id: check-changes run: | - git config user.email "145135826+vizro-svc@users.noreply.github.com" - git config user.name "Vizro Team" - git diff --exit-code || echo "has_changes=true" >> $GITHUB_ENV + git config user.email "145135826+vizro-svc@users.noreply.github.com" + git config user.name "Vizro Team" + git diff --exit-code || echo "has_changes=true" >> $GITHUB_ENV - name: Commit and push changes if: env.has_changes == 'true' run: |