From 083aa5ec730676b797612c3c95f6e94f75875658 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 25 Feb 2021 00:22:04 +0300 Subject: [PATCH] Added example how to get month. --- .github/workflows/docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 94a4f83..c5b0bd7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,6 +23,11 @@ jobs: - name: Grant All Perms on /usr/local/etc/roswell # This makes cache restoration possible run: sudo mkdir -p /usr/local/etc/roswell && sudo chown "${USER}" /usr/local/etc/roswell + # - name: Get Current Month + # id: current-month + # run: | + # echo "::set-output name=value::$(date -u "+%Y-%m")" + # # use it as ${{ steps.current-month.outputs.value }} - name: Cache Roswell Setup id: cache uses: actions/cache@v2