Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 484d041

Browse files
committed
Remove unused chown command in security workflow
1 parent 6a6ab5c commit 484d041

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/security.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ jobs:
110110
protoc --version
111111
# Copy the generated files to the include directory.
112112
docker run --rm -v /usr/local/include:/target protoc cp -r /tmp/include/google /target/
113-
#chown -R $(id -u):$(id -g) /usr/local/include
114113
ls -la /usr/local/include/google/protobuf/
115114
stat /usr/local/include/google/protobuf/timestamp.proto
116115

0 commit comments

Comments
 (0)