-
Notifications
You must be signed in to change notification settings - Fork 256
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
Demo go get #84
base: debug-windows-ssh
Are you sure you want to change the base?
Demo go get #84
Commits on Mar 4, 2021
-
Add note about using cargo with private dependencies (#64)
* Add note about using cargo with private dependencies * Update doc to mention Windows only * Add alternative workaround * Create extra main section for tips and information regarding different languages/tools Co-authored-by: Matthias Pigulla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f95203 - Browse repository at this point
Copy the full SHA 5f95203View commit details
Commits on Mar 5, 2021
-
Mention that container-based workflows need to have ssh packages inst…
…alled Co-authored-by: Shashank Patidar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65d1ea3 - Browse repository at this point
Copy the full SHA 65d1ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 598c7ea - Browse repository at this point
Copy the full SHA 598c7eaView commit details
Commits on Mar 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7954857 - Browse repository at this point
Copy the full SHA 7954857View commit details -
Windows virtual environment: Use SSH binaries from the Git suite (#63)
* Use SSH binaries from the Git suite * Try to kill the ssh-agent upon action termination on Windows as well
Configuration menu - View commit details
-
Copy full SHA for 4b6f4eb - Browse repository at this point
Copy the full SHA 4b6f4ebView commit details
Commits on Mar 17, 2021
-
Use case-insensitive regex matching when scanning key comments
Resolves #68, closes #70, closes #71. Co-authored-by: Sean Killeen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4681241 - Browse repository at this point
Copy the full SHA 4681241View commit details -
Log when a key is _not_ used as a deploy key
Resolves #69. Co-authored-by: Sean Killeen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aed5400 - Browse repository at this point
Copy the full SHA aed5400View commit details
Commits on Apr 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cb8b210 - Browse repository at this point
Copy the full SHA cb8b210View commit details
Commits on May 27, 2021
-
Give an example of how to add a key comment
Co-authored-by: rr-james-hickman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98f76b1 - Browse repository at this point
Copy the full SHA 98f76b1View commit details -
Mention "-scmProvider system" for XCode builds/Swift Package Manager
Co-authored-by: rr-james-hickman <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 8569bed - Browse repository at this point
Copy the full SHA 8569bedView commit details
Commits on Jun 2, 2021
-
Run cleanup (post) step also on failure (#79)
According to actions/runner#987, this should run the post step (cleanup.js) also when a workflow fails. Probably most important on self-hosted runners that are not ephemeral, to terminate SSH agents from failed jobs as well.
Configuration menu - View commit details
-
Copy full SHA for 515d164 - Browse repository at this point
Copy the full SHA 515d164View commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 81d965f - Browse repository at this point
Copy the full SHA 81d965fView commit details
Commits on Jun 11, 2021
-
Use execFileSync to clean up (#80)
execSync just started a second ssh-agent. `['-k']` argument was treated as options, it didn't have `stdio` set, so stdio was piped and returned (and ignored).
Configuration menu - View commit details
-
Copy full SHA for a45226b - Browse repository at this point
Copy the full SHA a45226bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f066a3 - Browse repository at this point
Copy the full SHA 5f066a3View commit details
Commits on Jun 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0d1843b - Browse repository at this point
Copy the full SHA 0d1843bView commit details