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 b5dffd1 commit 7065f06Copy full SHA for 7065f06
.github/workflows/reusable_fast.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: change permissions
54
run: |
55
- sudo chown -R test_user:test_user ${{github.workspace}}
+ echo ${USERPASS} | sudo -Sk chown -R test_user:test_user ${{github.workspace}}
56
ls -la ${{github.workspace}}
57
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
58
ls -la /__w/_temp/
0 commit comments