From 393dac5ef4ab27e482ab749cb9b2f97ded685d62 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 24 Feb 2022 00:22:23 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d3ecc53e..621dd1c5 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,9 @@ Support this project with a :star: ... steps: - uses: actions/checkout@v2 +# 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 id: changed-files