Skip to content

Commit

Permalink
fix: fetch depth in main action incorrect (#47)
Browse files Browse the repository at this point in the history
fetch depth should be lookback (10) + 1

also, re-enable prune because it's a public repo
  • Loading branch information
jazanne committed Jan 8, 2024
1 parent fc57a82 commit 7c7f937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/find-code-refs.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: launchdarkly/SupportService
fetch-depth: 10
fetch-depth: 11
- name: LaunchDarkly Code References
uses: launchdarkly/find-code-references@main
with:
Expand All @@ -22,3 +22,4 @@ jobs:
ignoreServiceErrors: true
projKey: support-service
allowTags: true
prune: true

0 comments on commit 7c7f937

Please sign in to comment.