diff --git a/.github/workflows/docs-checks.yml b/.github/workflows/docs-checks.yml index 79714bbbb0..c2219479f6 100644 --- a/.github/workflows/docs-checks.yml +++ b/.github/workflows/docs-checks.yml @@ -31,9 +31,9 @@ jobs: uses: actions/cache@v2 with: path: ~/.cache/pip - key: ${{ runner.os }}-pip-td${TIME_PERIOD}-${{ hashFiles('requirements.txt') }} + key: ${{ runner.os }}-pip-td${{ env.TIME_PERIOD }}-${{ hashFiles('requirements.txt') }} restore-keys: | - ${{ runner.os }}-pip-td${TIME_PERIOD}- + ${{ runner.os }}-pip-td${{ env.TIME_PERIOD }}- - name: Install dependencies run: |