Skip to content

Commit

Permalink
fix: wrong indention
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Jan 9, 2025
1 parent 3e7def9 commit 9475aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/REUSABLE_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9475aca

Please sign in to comment.