Skip to content

Commit b583cdd

Browse files
authored
Merge pull request #68 from session-foundation/fix-prune-job
fix: set fetch-depth 0
2 parents 4e8f105 + 2543e23 commit b583cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prune-attachments.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
ref: gh-pages
2525
lfs: true
26+
fetch-depth: 0 # Get full history to check file ages
2627
env:
2728
GIT_LFS_SKIP_SMUDGE: 1 # Don't actually download LFS content
2829

0 commit comments

Comments
 (0)