Releases: tmshkr/ngrok-ssh
Releases · tmshkr/ngrok-ssh
v2.1
- Improves dependency installation
- Adds e2e test
v2
- Adds support for container-based jobs
- Installs more dependencies that may not be available on the runner
- Drops password support
v1.2.1
INPUT_SSH_HOST_PRIVATE_KEY
and INPUT_SSH_HOST_PUBLIC_KEY
should be provided as strings, rather than files, so that they can sourced from repository variables/secrets.
v1.2
A few small changes:
Inputs
- adds BASH_PROFILE
- renames SSH_PUBLIC_KEY to SSH_CLIENT_PUBLIC_KEY
- adds SSH_HOST_PRIVATE_KEY
- adds SSH_HOST_PUBLIC_KEY
Outputs
- deletes SSH_COMMAND
- renames SSH_HOST to SSH_HOSTNAME
v1.1
- Adds outputs
- Makes it so that the SSH user changes into the $GITHUB_WORKSPACE directory when logging in
v1
add branding
init
v0 Create README.md