mirror of
https://github.com/actions/cache.git
synced 2025-06-23 19:08:03 +02:00
Merge branch 'main' into todgru/v4-documentation-update
This commit is contained in:
@ -513,6 +513,7 @@ jobs:
|
||||
```yaml
|
||||
- name: Get pip cache dir
|
||||
id: pip-cache
|
||||
shell: bash
|
||||
run: |
|
||||
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
||||
|
||||
|
Reference in New Issue
Block a user