Skip to content

Commit 5fb6d07

Browse files
RonnyPfannschmidtCursor AIComposer
committed
ci: use full git history for downstream workflow checkout
actions/checkout defaults to a shallow clone; pluggy installs as -e ../.. need a real tree (e.g. setuptools-scm). Set fetch-depth: 0. Co-authored-by: Cursor AI <ai@cursor.sh> Co-authored-by: Composer <composer@cursor.com>
1 parent 7d03df1 commit 5fb6d07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
with:
44+
fetch-depth: 0
4445
persist-credentials: false
4546
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4647
with:

0 commit comments

Comments
 (0)