Adam S
05/02/2023, 9:34 PM- uses: actions/checkout@v3
with:
fetch-depth: 0
https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
Number of commits to fetch. 0 indicates all history for all branches and tagsTo me it doesn't seem right to check out all commits and history CI/CD pipeline, and I guess that it's set to 0 because of a misunderstanding, and that really it should be set to 1 (the default), which fetches only the last commit.
Chris Lee
05/02/2023, 10:08 PMAdam S
05/02/2023, 10:12 PMsam
05/03/2023, 1:23 AM