Commit b76dc8c
authored
Make sure to fetch the full git history for l10n-sync job in CI (#5667)
It looks like the l10n-sync job has failed in CI this morning. I believe
this is because of a difference between CircleCI and GitHub Actions
`actions/checkout@v5` action. It looks like the GitHub action does a
shallow clone [since
v4](https://github.com/actions/checkout#:~:text=Only,events), but
CircleCI was doing a full clone. We need the full history to be able to
do some git operations inside the l10n-sync.js script. `fetch-depth: 0`
makes sure to fetch the full history for this task.1 parent e7f8e69 commit b76dc8c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments