From 8d5c4478e28f7b7189cd93c195aa9d4f0992da90 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 19 Aug 2022 00:11:34 -0600 Subject: [PATCH] chore: update readme (#587) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74dd1b71..e513aec4 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