We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f39e4 commit 7d28ee8Copy full SHA for 7d28ee8
.github/workflows/REUSABLE_frontend.yml
@@ -166,6 +166,8 @@ jobs:
166
package_manager: ${{ inputs.js_package_manager }}
167
js_path: ${{ inputs.frontend_directory }}
168
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 || '' }}
171
172
- name: Check bundle size change
173
if: ${{ inputs.enable_bundlewatch }}
0 commit comments