Github actions will only fetch the latest commit by default, causing a bug where each automated workflow overwrites the discovered date to the most recent commit (instead of capturing the oldest commit where the file was found).
This change adds a setting to pull all commits and write the correct date.
Github actions will only fetch the latest commit by default, causing a bug where each automated workflow overwrites the discovered date to the most recent commit (instead of capturing the oldest commit where the file was found).
This change adds a setting to pull all commits and write the correct date.