More debug info.
This commit is contained in:
parent
74295df3e6
commit
0f01b6839d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -25,6 +25,10 @@ jobs:
|
||||||
run: sudo mkdir /usr/local/etc/roswell && sudo chmod -R a+rwx /usr/local/etc/roswell
|
run: sudo mkdir /usr/local/etc/roswell && sudo chmod -R a+rwx /usr/local/etc/roswell
|
||||||
- name: Who am I
|
- name: Who am I
|
||||||
run: whoami
|
run: whoami
|
||||||
|
- name: Who am under SUDO
|
||||||
|
run: sudo echo `whoami`
|
||||||
|
- name: USSER under SUDO
|
||||||
|
run: sudo echo "${USER}"
|
||||||
- name: Cache Roswell Setup
|
- name: Cache Roswell Setup
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
Loading…
Reference in a new issue