Skip to content

Commit

Permalink
Fix indentation in last pip example
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Tamim authored and GitHub committed Aug 5, 2020
1 parent d29c1df commit 59a8d12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ Replace `~/.cache/pip` with the correct `path` if not using Ubuntu.
> Note: This uses an internal pip API and may not always work
```yaml
- name: Get pip cache dir
id: pip-cache
run: |
python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
id: pip-cache
run: |
python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 59a8d12

Please sign in to comment.