Skip to content

Commit e4872cf

Browse files
authored
Merge pull request #5 from OpenCoven/fix/copilot-lfs-skip
ci: skip LFS in Copilot cloud agent checkout
2 parents bd8d74c + db008ee commit e4872cf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/copilot/setup-steps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
steps:
2+
- name: Checkout repository (skip LFS)
3+
uses: actions/checkout@v4
4+
with:
5+
fetch-depth: 1
6+
lfs: false

0 commit comments

Comments
 (0)