Skip to content

Commit

Permalink
cd into path
Browse files Browse the repository at this point in the history
Possible workaround for actions/runner#2452
  • Loading branch information
jennydaman committed Dec 20, 2024
1 parent df2b666 commit 60f4456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions githubActions/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60f4456

Please sign in to comment.