Set fetch-depth to 0
This commit is contained in:
2
.github/workflows/validate_yamllint.yml
vendored
2
.github/workflows/validate_yamllint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user