File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 58
58
HOME : /home/github/
59
59
60
60
steps :
61
- - name : Add required permissions
62
- run : |
63
- # The checkout actions doesn't clone to ~/zulip or allow
64
- # us to use the path option to clone outside the current
65
- # /__w/zulip/zulip directory. Since this directory is owned
66
- # by root we need to change it's ownership to allow the
67
- # github user to clone the code here.
68
- # Note: /__w/ is a docker volume mounted to $GITHUB_WORKSPACE
69
- # which is /home/runner/work/.
70
- sudo chown -R github .
71
-
72
- # This is the GitHub Actions specific cache directory the
73
- # the current github user must be able to access for the
74
- # cache action to work. It is owned by root currently.
75
- sudo chmod -R 0777 /__w/_temp/
76
-
77
61
- name : ' Checkout python-zulip-api'
78
62
uses : actions/checkout@v2
79
63
with :
You can’t perform that action at this time.
0 commit comments