Skip to content

Commit

Permalink
Merge pull request #742 from tj-actions/feat/increase-the-default-max…
Browse files Browse the repository at this point in the history
…_fetch_depth
  • Loading branch information
jackton1 committed Nov 2, 2022
2 parents cbfb0fd + ed67b9c commit ce98483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -80,7 +80,7 @@ inputs:
max_fetch_depth:
description: "Max limit for fetching branch history. **NOTE**: This can be adjusted to resolve errors with insufficient history."
required: false
default: "140"
default: "300"

outputs:
added_files:
Expand Down

0 comments on commit ce98483

Please sign in to comment.