From 0c69adef214caacab822edac651e79605d85d1e2 Mon Sep 17 00:00:00 2001 From: Eli Uriegas <1700823+seemethere@users.noreply.github.com> Date: Mon, 11 Oct 2021 18:51:42 -0500 Subject: [PATCH] Updated Debugging using with ssh for Github Actions (markdown) --- Debugging-using-with-ssh-for-Github-Actions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Debugging-using-with-ssh-for-Github-Actions.md b/Debugging-using-with-ssh-for-Github-Actions.md index 80e16a3..f6b66ed 100644 --- a/Debugging-using-with-ssh-for-Github-Actions.md +++ b/Debugging-using-with-ssh-for-Github-Actions.md @@ -51,8 +51,7 @@ * Users will be kicked after workflows have either *timed out* or have been *cancelled* ## Windows -* The *Windows* workspace is currently located at `C:\actions-runner\_work\pytorch\pytorch\pytorch-${run_id}` - * See https://github.com/pytorch/pytorch/pull/61932 for more information as to why this is necessary +* The *Windows* workspace is currently located at `C:\actions-runner\_work\pytorch\pytorch\pytorch` * To use other shells for *Windows* just append the shell you'd like to run to your ssh command like: * `ssh runneruser@ec2-3-238-136-38.compute-1.amazonaws.com -- bash.exe`