Skip to content

Commit 749251d

Browse files
committed
fix spacing
1 parent ce0ed1a commit 749251d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/deployment-confirmation.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ For projects that require the highest level of deployment safety/security, the b
77
This can be considered a "final safety check" before a deployment can continue.
88

99
By using this feature, it is also an extremely effective way to prevent accidental or malicious commits from being deployed without first having one last safety review. This is important for hardening against Actions related [TOCTOU](https://github.com/AdnaneKhan/ActionsTOCTOU) vulnerabilities.
10+
1011
## How it works
1112

1213
When a user invokes a deployment via the `.deploy` (or `.noop`) command, the branch-deploy Action will pause _just_ before the final call to start a deployment by this Action. The Action will then create a new comment on the pull request that invoked the deployment, asking the user to confirm (or reject) the deployment.

0 commit comments

Comments
 (0)