We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25780e2 + cd6ebd5 commit 97b82edCopy full SHA for 97b82ed
main.sh
@@ -138,6 +138,9 @@ function setup_ssh_access() {
138
139
function maybe_install_submodules() {
140
141
+ # Change directory ownership to container user due to issue https://github.com/actions/checkout/issues/760
142
+ # This will be changed to www-data or similar on deployment by deployer.
143
+ chown -R root: "$GITHUB_WORKSPACE"
144
# Check and update submodules if any
145
if [[ -f "$GITHUB_WORKSPACE/.gitmodules" ]]; then
146
# add github's public key
0 commit comments