From 60f4456ce48306d95af13047e65bc7629dbc0986 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Fri, 20 Dec 2024 16:01:10 -0500 Subject: [PATCH] cd into path Possible workaround for https://github.com/actions/runner/discussions/2452 --- githubActions/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/githubActions/main.js b/githubActions/main.js index 423385df..337485a1 100755 --- a/githubActions/main.js +++ b/githubActions/main.js @@ -5,6 +5,7 @@ const JUST_COMMAND = process.env.INPUT_COMMAND; const script = ` set -x +cd ${__dirname}/.. just prefer ${CONTAINER_ENGINE} # start-up is being retried as a workaround for