The default checkout fetch depth should be `1` (only checkout the `ref` provided) instead of `0` (checkout everything). https://github.com/PandasWhoCode/initialize-github-job/blob/00ed91f8ba508b4749c4f87f81fc614dba933172/action.yml#L18
The default checkout fetch depth should be
1(only checkout therefprovided) instead of0(checkout everything).initialize-github-job/action.yml
Line 18 in 00ed91f