From df0df5b5f8e24221a2b153209562feb55f0ff16e Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 10 May 2024 10:42:41 -0700 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d64a92e..578f466 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -196,7 +196,7 @@ if test -z "$INPUT_CUSTOM_SCRIPT_EXPANDED"; then fi # set permissions for GitHub Actions runner command files -chmod -R a=u "$DIR_GITHUB_RUNNER_FILE_COMMANDS" +chmod -R a+rw "$DIR_GITHUB_RUNNER_FILE_COMMANDS" startGroup "Pull docker image"