We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f6b32 commit b0a2c7fCopy full SHA for b0a2c7f
README.md
@@ -36,7 +36,7 @@ Click on *Edit backend* and copy the appId value.
36
Other inputs are:
37
38
- `wait` # Whether or not to wait until the remote build is completed or failed before continuing the workflow (default: false).
39
-- `timeout` # How long to wait in minutes for the remote build to complete or fail, if `wait` is set (default: 120).
+- `timeout` # How long to wait in minutes for the remote build to complete or fail, if `wait` is set (default: 120. 0 is no timeout).
40
- `no-fail` # If the remote build fails the script will still use a successful exit status and not interrupt the workflow (default: false).
41
42
### Outputs
0 commit comments