We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca99792 commit 3fa4dc0Copy full SHA for 3fa4dc0
1 file changed
README.md
@@ -192,6 +192,10 @@ automatically installs the binary and adds it to your `$PATH` so you can call it
192
freely in later steps.
193
194
```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
+
199
- name: Setup Copywrite
200
uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
201
0 commit comments