Skip to content

Commit 3fa4dc0

Browse files
Update fetch-depth parameter in readme. (#192)
1 parent ca99792 commit 3fa4dc0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ automatically installs the binary and adds it to your `$PATH` so you can call it
192192
freely in later steps.
193193

194194
```yaml
195+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
196+
with:
197+
fetch-depth: 0 # As git operations are involved, we will need a deep clone of the repo.
198+
195199
- name: Setup Copywrite
196200
uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
197201

0 commit comments

Comments
 (0)