From 74295df3e62bbb3637b57bdc5d4776a0785213d4 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 24 Feb 2021 23:43:53 +0300 Subject: [PATCH] Who am I. --- .github/workflows/docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 00955b0..e3f3af4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,6 +23,8 @@ jobs: - name: Grant All Perms on /usr/local/etc/roswell # This makes cache restoration possible 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 id: cache uses: actions/cache@v2