Skip to content

Commit d528bf2

Browse files
sync_typeshed: add fetch-depth: 0 (#13899)
Otherwise the commit it wants to cherry-pick doesn't exist: https://github.com/python/mypy/actions/runs/3253702865/jobs/5341201852
1 parent 201d116 commit d528bf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync_typeshed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
19+
with:
20+
fetch-depth: 0
1921
# TODO: use whatever solution ends up working for
2022
# https://github.com/python/typeshed/issues/8434
2123
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)