We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1041185 commit 178b381Copy full SHA for 178b381
.github/workflows/reusable_fast.yml
@@ -52,8 +52,7 @@ jobs:
52
53
- name: change permissions
54
run: |
55
- echo ${USERPASS} | sudo -Sk chown -R test_user:sudo ${{github.workspace}}
56
- ls -la ${{github.workspace}}
+ echo ${USERPASS} | sudo -Sk chown -R test_user:sudo /__w/_temp/
57
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
58
ls -la /__w/_temp/
59
0 commit comments