Closed odanado closed 2 years ago
I used mxschmitt/action-tmate with the following configuration
mxschmitt/action-tmate
- name: Setup tmate session uses: mxschmitt/action-tmate@v3.10
I got the following error.
Error: Error: Invalid value for 'tmate-server-host': ''
ref: https://github.com/odan-sandbox/action-tmate-broken-sandbox/runs/5174243993?check_suite_focus=true
Maybe, an error because validation has been implemented. https://github.com/mxschmitt/action-tmate/pull/105
I think setting default values for each inputs such as tmate-server-host will solve this problem
inputs
tmate-server-host
Version 3.11 fixes it. Sorry for the breakage!
Thank You!
Thank you for reporting!
I used
mxschmitt/action-tmate
with the following configurationI got the following error.
ref: https://github.com/odan-sandbox/action-tmate-broken-sandbox/runs/5174243993?check_suite_focus=true
Maybe, an error because validation has been implemented. https://github.com/mxschmitt/action-tmate/pull/105
I think setting default values for each
inputs
such astmate-server-host
will solve this problem