Skip to content

Commit

Permalink
Update example to set fetch-depth for lookback
Browse files Browse the repository at this point in the history
  • Loading branch information
atrakh committed Aug 13, 2020
1 parent 2579851 commit 2c26388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
- name: LaunchDarkly Code References
uses: launchdarkly/find-code-references@v7
with:
Expand Down

0 comments on commit 2c26388

Please sign in to comment.