Warn if timeout
input parameter value exceeds 10 minutes
#165
Labels
enhancement
New feature or request
timeout
input parameter value exceeds 10 minutes
#165
The
timeout
input parameter is default to 10 minutes:deploy-pages/action.yml
Lines 12 to 15 in af48cf9
However, that value is actually more than just a default, it is also effectively a maximum as it also has to contend with the Pages deployment service's backend-enforced timeout of 10 minutes.
We should:
action.yml
description to explain thatThe text was updated successfully, but these errors were encountered: