Set fetch-depth to 0

This commit is contained in:
Edward Firmo
2024-02-12 12:49:06 +01:00
parent cd6eb12e6e
commit 1c8c90d6de
6 changed files with 51 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
- name: Identify changed files
uses: tj-actions/changed-files@v41