diff --git a/typings/mxschmitt/action-tmate/v3/action-types.yml b/typings/mxschmitt/action-tmate/v3/action-types.yml new file mode 100644 index 0000000..b68d8f9 --- /dev/null +++ b/typings/mxschmitt/action-tmate/v3/action-types.yml @@ -0,0 +1,31 @@ +# See https://github.com/typesafegithub/github-actions-typing/ +inputs: + sudo: + type: boolean + + install-dependencies: + type: boolean + + limit-access-to-actor: + type: boolean + + detached: + type: boolean + + connect-timeout-seconds: + type: integer + + tmate-server-host: + type: string + + tmate-server-port: + type: integer + + tmate-server-rsa-fingerprint: + type: string + + tmate-server-ed25519-fingerprint: + type: string + + github-token: + type: string