feat: chown .GITHUB_WORKSPACE inside container

This commit is contained in:
Ahmad Husen
2021-05-18 17:06:32 +07:00
parent 6c838f9db4
commit cb1e92719a
+1
View File
@@ -1,5 +1,6 @@
#!/bin/sh -l #!/bin/sh -l
sudo chown -R builder $GITHUB_WORKSPACE
cd $INPUT_PATH cd $INPUT_PATH
if [[ $INPUT_UPDPKGSUMS == true ]]; then if [[ $INPUT_UPDPKGSUMS == true ]]; then