Commit d0fc7e0
committed
fix(ci): push the verification status refresh to TechAPI develop
The job checks out TechAPI's default branch — develop since the git-flow
switch — commits the refreshed status.json there, then pushed HEAD:main.
main has not moved since, so the push is rejected as non-fast-forward
and every run fails after doing all the work: status.json on develop is
stale since 2026-07-31.
Push to develop, pin the checkout ref so it cannot drift from the push
target again, and rebase first since several bots write to develop and
a status refresh is not worth failing over a race.
(bump-techapi.yml's HEAD:main is correct — that one pushes to
TechEngine's own main, which has no develop.)
Refs #11 parent 37cb515 commit d0fc7e0
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments