We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b1f56 commit 2f9787aCopy full SHA for 2f9787a
entrypoint.sh
@@ -6,7 +6,7 @@ command=$3
6
7
# '/github/workspace' is mounted as a volume and has owner set to root
8
# set the owner to the 'build' user, so it can access package files
9
-sudo chown -R build /github
+sudo chown -R build /github/workspace /github/home
10
11
# assumes that package files are in a subdirectory
12
# of the same name as "pkgname", so this works well
0 commit comments