Who am I.
This commit is contained in:
parent
81e5b31102
commit
74295df3e6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
||||||
- name: Grant All Perms on /usr/local/etc/roswell
|
- name: Grant All Perms on /usr/local/etc/roswell
|
||||||
# This makes cache restoration possible
|
# This makes cache restoration possible
|
||||||
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
|
||||||
|
run: whoami
|
||||||
- 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