Skip to content

Commit 35a1f48

Browse files
committed
Fix trusted checkout docs grammar
1 parent 5f4e216 commit 35a1f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/trusted-checkouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Trusted checkouts work well with other branch-deploy safety settings:
169169
- Set `allow_forks: "false"` if your project does not need fork deployments.
170170
- Use branch protection, pull request reviews, and required status checks.
171171
- Use `commit_verification: "true"` if your project requires verified commits.
172-
- You should always, and only use the `sha` output for deployment checkouts.
172+
- Always use the `sha` output for deployment checkouts.
173173

174174
For Terraform or other tools with shared remote state, use GitHub Actions
175175
concurrency to avoid state-lock races. For example:

0 commit comments

Comments
 (0)