We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f53b0 commit dd9eeb6Copy full SHA for dd9eeb6
README.md
@@ -61,6 +61,7 @@ Following inputs can be used as `step.with` keys
61
| `directory` | No | String | Directory to archive. Defaults to root of project. |
62
| `archive` | No | String | Zip to deploy. Defaults to empty (thus ignored) |
63
| `max_polling_iterations` | No | Number | Number of 15s iterations to poll max. (default: `60`) |
64
+| `dry_run` | No | Boolean | If true, no connection to AWS is made. Just local zip creation. |
65
66
## Archive or Build
67
Some projects may have a complex build system or even build the archive in a previous step. This is where
0 commit comments