Commit ef4f1f1
Add Git LFS support to changelog generation action
Propagates the use_git_lfs input parameter from iOS workflows to the
universal-detect-changes-and-generate-changelog action, enabling LFS
files to be downloaded during the initial checkout when needed.
This eliminates the need for duplicate checkout steps and ensures LFS
files are available throughout the entire workflow execution.
Changes:
- Add use_git_lfs input parameter to changelog action
- Pass LFS parameter to checkout in the action
- Propagate LFS input from iOS workflows to the action
- Remove redundant checkout step from nightly workflow
- Simplify on-demand workflow checkout condition
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8f0b3d1 commit ef4f1f1
File tree
3 files changed
+9
-7
lines changed- .github
- actions/universal-detect-changes-and-generate-changelog
- workflows
3 files changed
+9
-7
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 75 | + | |
81 | 76 | | |
82 | 77 | | |
83 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments