mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 19:17:45 +00:00
chore: update readme (#587)
This commit is contained in:
parent
bfc4426d68
commit
8d5c4478e2
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ Support this project with a :star:
|
|||
...
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# with:
|
||||
# fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||
with:
|
||||
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||
# submodules: true # OR "recursive" -> To include all changed submodule files.
|
||||
|
||||
- name: Get changed files using defaults
|
||||
|
|
Loading…
Reference in a new issue