3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 03:47:20 +00:00

feat: increase the default max_fetch_depth

This commit is contained in:
Tonye Jack 2022-11-02 09:12:51 -06:00 committed by GitHub
parent cbfb0fda5a
commit ed67b9caa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: