Skip to content

Commit 18a6edb

Browse files
committed
docs(readme): add .noop <target> usage
1 parent c4ebb2e commit 18a6edb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ This Action does the heavy lifting for you to enable branch deployments:
2020
- `.deploy` - Deploy a pull request
2121
- `.noop` - Deploy a pull request in noop mode. Noop deployments do not require a PR review or approval
2222
- `.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
2324
- `.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)
2426
- `.lock` - Create a deployment lock for the default environment
2527
- `.lock --reason <text>` - Create a deployment lock for the default environment with a custom reason
2628
- `.lock --details` - View details about a deployment lock

0 commit comments

Comments
 (0)