Skip to content

Commit b0a2c7f

Browse files
committed
mention 0 for no timeout in README
1 parent 19f6b32 commit b0a2c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Click on *Edit backend* and copy the appId value.
3636
Other inputs are:
3737

3838
- `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).
39+
- `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).
4040
- `no-fail` # If the remote build fails the script will still use a successful exit status and not interrupt the workflow (default: false).
4141

4242
### Outputs

0 commit comments

Comments
 (0)