Skip to content

Commit 7d28ee8

Browse files
chore: debugging
1 parent d2f39e4 commit 7d28ee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ jobs:
166166
package_manager: ${{ inputs.js_package_manager }}
167167
js_path: ${{ inputs.frontend_directory }}
168168
do_not_commit: ${{ github.ref != format('refs/heads/{0}', inputs.main_git_branch) || github.event_name != 'push' }}
169+
git_actor_name: ${{ inputs.git_actor_name || '' }}
170+
git_actor_email: ${{ inputs.git_actor_email || '' }}
169171

170172
- name: Check bundle size change
171173
if: ${{ inputs.enable_bundlewatch }}

0 commit comments

Comments
 (0)