diff --git a/entrypoint.sh b/entrypoint.sh index f8c39a7..d64a92e 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 -sudo chmod -R a=u "$DIR_GITHUB_RUNNER_FILE_COMMANDS" +chmod -R a=u "$DIR_GITHUB_RUNNER_FILE_COMMANDS" startGroup "Pull docker image"