Skip to content

Commit

Permalink
chore: syntax not valid in env block
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Jan 9, 2025
1 parent d671f6e commit 3e7def9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/REUSABLE_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
git_actor_name: ${{ inputs.git_actor_name || '' }}
git_actor_email: ${{ inputs.git_actor_email || '' }}
env:
GIT_PUSH_TOKEN: ${{ secrets.git_actor_token != '' && secrets.git_actor_token || secrets.GITHUB_TOKEN }}
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 3e7def9

Please sign in to comment.