Skip to content

Commit

Permalink
feat: reduce the default fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 18, 2024
1 parent 7b65c37 commit 9f8502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ inputs:
fetch_depth:
description: "Depth of additional branch history fetched. NOTE: This can be adjusted to resolve errors with insufficient history."
required: false
default: "50"
default: "20"
skip_initial_fetch:
description: |
Skip initially fetching additional history to improve performance for shallow repositories.
Expand Down

0 comments on commit 9f8502e

Please sign in to comment.