Skip to content

Commit

Permalink
Add mxschmitt/action-tmate@v3 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored Aug 18, 2024
1 parent 9bfb35f commit 48559ac
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions typings/mxschmitt/action-tmate/v3/action-types.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 48559ac

Please sign in to comment.