Commit b4afa55
[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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
0 commit comments