Commit 779e2f9
committed
fix: resolve git state issues causing full project builds
- Use fetch-depth: 2 instead of conflicting fetch-depth: 0 + --depth=1
- Switch to reliable git diff HEAD~1 HEAD for maintenance branches
- Eliminates issue where git show HEAD returned entire project history1 parent a0bd3e7 commit 779e2f9
File tree
2 files changed
+4
-6
lines changed- .github
- scripts
- workflows
2 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
0 commit comments