Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 627 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 627 Bytes

github remote service linker

by this action,you can connect to github server what run windows,macos,linux.

Inputs

ngrok_token

auth token from ngrok

user_passwd

set account`s login password

forward_port

the port you want to use

example:
linux ssh: 22
windows remote desktop: 3389

Outputs

your connection link

Example usage

- name: Start Service via Ngrok
    uses: elanworld/[email protected]
    with:
      ngrok_token : ${{ secrets.NGROK_TOKEN }}
      user_passwd : ${{ secrets.USER_PASS }}