Skip to content

Commit 648cc2d

Browse files
authored
Update environment variable for cache reset for consistency (#12455)
1 parent 01d817c commit 648cc2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
uses: actions/cache@v2
3232
with:
3333
path: ~/.cache/pip
34-
key: ${{ runner.os }}-pip-td${TIME_PERIOD}-${{ hashFiles('requirements.txt') }}
34+
key: ${{ runner.os }}-pip-td${{ env.TIME_PERIOD }}-${{ hashFiles('requirements.txt') }}
3535
restore-keys: |
36-
${{ runner.os }}-pip-td${TIME_PERIOD}-
36+
${{ runner.os }}-pip-td${{ env.TIME_PERIOD }}-
3737
3838
- name: Install dependencies
3939
run: |

0 commit comments

Comments
 (0)