File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ This Action does the heavy lifting for you to enable branch deployments:
20
20
- ` .deploy ` - Deploy a pull request
21
21
- ` .noop ` - Deploy a pull request in noop mode. Noop deployments do not require a PR review or approval
22
22
- ` .deploy to <environment> ` - Deploy a pull request to a specific environment
23
+ - ` .noop to <environment> ` - Deploy a pull request in noop mode to a specific environment
23
24
- ` .deploy <stable_branch> ` - Trigger a rollback deploy to your stable branch (main, master, etc)
25
+ - ` .noop <stable_branch> ` - Trigger a rollback deploy in noop mode to your stable branch (main, master, etc)
24
26
- ` .lock ` - Create a deployment lock for the default environment
25
27
- ` .lock --reason <text> ` - Create a deployment lock for the default environment with a custom reason
26
28
- ` .lock --details ` - View details about a deployment lock
You can’t perform that action at this time.
0 commit comments