Skip to content

Commit b4afa55

Browse files
dpfaffenbauerclaude
andcommitted
[CI] Force commit of ignored Studio build assets
The studio build output dirs are gitignored, so git-auto-commit-action's dirty check via `git status` always reports a clean tree and skips the commit (the `-f` add never runs). Add skip_dirty_check so the ignored, content-hashed build assets are force-added and committed. This shared workflow is the one resolved for pull_request_target runs (local reusable workflow resolved from the default branch). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 703c353 commit b4afa55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/shared-frontend-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ jobs:
9999
with:
100100
file_pattern: 'src/CoreShop/Bundle/*/Resources/public/studio/*/**'
101101
add_options: '-f'
102+
skip_dirty_check: true
102103
commit_message: "Build CoreShop Studio bundles [skip ci]"

0 commit comments

Comments
 (0)