Skip to content

Commit 178b381

Browse files
committed
.
1 parent 1041185 commit 178b381

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable_fast.yml

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

0 commit comments

Comments
 (0)