Skip to content

Commit 7c7f937

Browse files
authored
fix: fetch depth in main action incorrect (#47)
fetch depth should be lookback (10) + 1 also, re-enable prune because it's a public repo
1 parent fc57a82 commit 7c7f937

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/find-code-refs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
repository: launchdarkly/SupportService
16-
fetch-depth: 10
16+
fetch-depth: 11
1717
- name: LaunchDarkly Code References
1818
uses: launchdarkly/find-code-references@main
1919
with:
@@ -22,3 +22,4 @@ jobs:
2222
ignoreServiceErrors: true
2323
projKey: support-service
2424
allowTags: true
25+
prune: true

0 commit comments

Comments
 (0)