Skip to content

Commit

Permalink
fix: permissions (needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed May 10, 2024
1 parent 68d353b commit a9a87e8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,12 @@ if test -z "$INPUT_CUSTOM_SCRIPT_EXPANDED"; then
exit 1
fi

# startGroup "set permissions for GitHub Actions runner command files in $DIR_GITHUB_RUNNER_FILE_COMMANDS"
#
# chmod -Rv a+rw "$DIR_GITHUB_RUNNER_FILE_COMMANDS"
# chmod -v a+rwx "$DIR_GITHUB_RUNNER_FILE_COMMANDS/.." || true
# echorun ls -la "$DIR_GITHUB_RUNNER_FILE_COMMANDS"
# echorun ls -la "$DIR_GITHUB_RUNNER_FILE_COMMANDS/.." || true
#
# endGroup
startGroup "Set permissions for GHA runner command files in $DIR_FILE_COMMANDS"
# a.k.a. $HOST_GITHUB_RUNNER_FILE_COMMANDS on the host.

chmod -R a+rw "$DIR_FILE_COMMANDS"

endGroup

startGroup "Pull docker image"

Expand Down

0 comments on commit a9a87e8

Please sign in to comment.