Commit 555e77a
committed
fix: fetch origin/main before diffing in doc-freshness agent job
The gh-aw agent job checks out only the triggering ref, so 'git log
origin/main' failed with exit 128 (unknown revision). Explicitly fetch
main into refs/remotes/origin/main first. Temporary push trigger still active.1 parent ec5aecd commit 555e77a
2 files changed
Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
0 commit comments