Update README.md

This commit is contained in:
Tonye Jack 2022-02-24 00:22:23 -05:00 committed by GitHub
parent 832540c0bd
commit 393dac5ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,9 @@ Support this project with a :star:
... ...
steps: steps:
- uses: actions/checkout@v2 - 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 - name: Get changed files using defaults
id: changed-files id: changed-files