From 912a69ae4a9e07775b4d6cc8f76c1386f09b9315 Mon Sep 17 00:00:00 2001 From: "Eli Uriegas (bot)" <35510557+botmethere@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:12:44 -0600 Subject: [PATCH] Updated Debugging using with ssh for Github Actions (markdown) --- Debugging-using-with-ssh-for-Github-Actions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Debugging-using-with-ssh-for-Github-Actions.md b/Debugging-using-with-ssh-for-Github-Actions.md index 183f414..d608e96 100644 --- a/Debugging-using-with-ssh-for-Github-Actions.md +++ b/Debugging-using-with-ssh-for-Github-Actions.md @@ -107,3 +107,5 @@ aws ssm start-session --target i-0099d5a07d34e8904 --region us-east-1 * Nodes will still be reaped on their regular schedule * Jobs will not wait for your session to finish before concluding * There is no extra hold on the machine and the 2 hour timeout does not apply here, sessions will most likely end immediately at the next reap cycle + +edited by @botmethere \ No newline at end of file