Skip to content

launchdarkly-labs/ssh2action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH to Actions

This GitHub Action allows you to connect to GitHub Actions VM via SSH for interactive debugging. Internally, it uses tmate to allow you to establish a connection.

Usage

- name: Start SSH via tmate
  uses: hoshsadiq/ssh2action@main

After running this, the action will give you an ssh connection string. Please note: you must authenticate using any of the private ssh key of the GitHub Actions Actor that have been linked to GitHub.

License

MIT © Hosh Sadiq

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%