Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve handling of ssh-agent process #87

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. feat: start working on better self hosted runner support

    essentially attempt to spawn ssh agent independently and kill it when the action is over
    Sn0wCrack committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dca1d5d View commit details
    Browse the repository at this point in the history
  2. fix: get ssh agent details via regex instead

    doesn't seem like eval persists the environment variables
    Sn0wCrack committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7e185f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ade4b9 View commit details
    Browse the repository at this point in the history
  4. fix: persisting ssh agent pid in environment variable

    chore: add comment explaining why we regex output
    Sn0wCrack committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    50eb1df View commit details
    Browse the repository at this point in the history