diff --git a/README.md b/README.md index 74dd1b716fb..e513aec4ac4 100644 --- a/README.md +++ b/README.md @@ -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