From 9475aca3c3bbbf31faf1e97f98d4d22e3466af6f Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Thu, 9 Jan 2025 08:29:18 +0100 Subject: [PATCH] fix: wrong indention --- .github/workflows/REUSABLE_frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index 057a49aacc..7f7aefef17 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -168,8 +168,8 @@ jobs: do_not_commit: ${{ github.ref != format('refs/heads/{0}', inputs.main_git_branch) || github.event_name != 'push' }} git_actor_name: ${{ inputs.git_actor_name || '' }} git_actor_email: ${{ inputs.git_actor_email || '' }} - env: - GIT_PUSH_TOKEN: ${{ secrets.git_actor_token || secrets.GITHUB_TOKEN }} + env: + GIT_PUSH_TOKEN: ${{ secrets.git_actor_token || secrets.GITHUB_TOKEN }} - name: Check bundle size change if: ${{ inputs.enable_bundlewatch }}