Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored May 10, 2024
1 parent 8327dd2 commit df0df5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit df0df5b

Please sign in to comment.