Update README.md
This commit is contained in:
parent
a6c69ab0ca
commit
969e5d8dad
@ -62,7 +62,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest # windows-latest | macos-latest
|
runs-on: ubuntu-latest # windows-latest | macos-latest
|
||||||
name: Test changed-files
|
name: Test changed-files
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ Support this project with a :star:
|
|||||||
```yaml
|
```yaml
|
||||||
...
|
...
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
# with:
|
# with:
|
||||||
# fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
# fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||||
# submodules: true # OR "recursive" -> To include all changed submodule files.
|
# submodules: true # OR "recursive" -> To include all changed submodule files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user