Skip to content

Commit

Permalink
Merge pull request #388 from noamtamim/patch-1
Browse files Browse the repository at this point in the history
Fix indentation in last pip example
  • Loading branch information
Aiqiao Yan authored and GitHub committed Aug 13, 2020
2 parents 01f7f29 + 59a8d12 commit 943d2a4
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 943d2a4

Please sign in to comment.