Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/REUSABLE_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ on:
type: string
required: false
default: test
commit_all_dirty:
description: "Set to `true` to commit all file changes, not just files in the dist JS directory."
type: boolean
required: false
default: false

enable_bundlewatch:
description: "Enable Bundlewatch?"
Expand Down Expand Up @@ -170,6 +175,7 @@ jobs:
package_manager: ${{ inputs.js_package_manager }}
js_path: ${{ inputs.frontend_directory }}
do_not_commit: ${{ github.ref != format('refs/heads/{0}', inputs.main_git_branch) || github.event_name != 'push' }}
commit_all_dirty: ${{ inputs.commit_all_dirty }}
git_actor_name: ${{ inputs.git_actor_name || '' }}
git_actor_email: ${{ inputs.git_actor_email || '' }}

Expand Down
Loading