Skip to content

Commit 1041185

Browse files
committed
.
1 parent 7065f06 commit 1041185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: change permissions
5454
run: |
55-
echo ${USERPASS} | sudo -Sk chown -R test_user:test_user ${{github.workspace}}
55+
echo ${USERPASS} | sudo -Sk chown -R test_user:sudo ${{github.workspace}}
5656
ls -la ${{github.workspace}}
5757
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
5858
ls -la /__w/_temp/

0 commit comments

Comments
 (0)