Skip to content

Commit 80383d9

Browse files
Apply suggestions from code review
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent c783f1c commit 80383d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-plugin-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
with:
3030
python-version: "3.8"
3131
cache: pip
32-
- name: requests-cache
32+
- name: Requests Cache
3333
uses: actions/cache@v3
3434
with:
3535
path: ~/.cache/pytest-plugin-list/
36-
key: plugins-http-cache-${{ github.run_id }} # Can use time based key as well
36+
key: plugins-http-cache-${{ github.run_id }} # Could use time based key as well.
3737
restore-keys: plugins-http-cache-
3838

3939
- name: Install dependencies

0 commit comments

Comments
 (0)