mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-01 07:29:44 +02:00
Update actions/checkout to use fetch-depth 0 (all history) in order to handle pushes that contain more than one commit.
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
fetch-depth: 0
|
||||
- uses: tj-actions/changed-files@v31.0.3
|
||||
id: changed-files
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user