Commit 2958f98
fix(ci): fetch full history in changelog workflow so origin/master is available (#24898)
The shallow clone (depth=1) done by actions/checkout meant origin/master
did not exist, causing the check_changelog_fragments.sh script to fail
with "ambiguous argument 'origin/master'". Setting fetch-depth: 0 ensures
the full history and all remote refs are available.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 202b656 commit 2958f98
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments