Skip to content

Commit 2779ddc

Browse files
committed
yolo: fetch-depth is required, don't say should
1 parent e781d34 commit 2779ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
### Configuration
3434
35-
Your `actions/checkout` action should include `fetch-depth`. `fetch-depth: 0` ensures that all branches are pulled which is _necessary_ for ensuring that the _correct branch_ is used to create the pull request against.
35+
Your `actions/checkout` action **must include** `fetch-depth`. `fetch-depth: 0` ensures that all branches are pulled which is _necessary_ for ensuring that the _correct branch_ is used to create the pull request against.
3636

3737
### Inputs
3838

0 commit comments

Comments
 (0)