Skip to content

Commit

Permalink
docs: Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jul 23, 2024
1 parent 929c2d5 commit 972a0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,8 @@ The directory to cache will depend on the operating system of the runner.
Note that when the cache is hit, and the Install Poetry step is skipped, configuration options are not re-applied. The cached Poetry installation will now run with default settings. To make things work the same, you may add a dedicated configuration step to re-apply your configurations. For example:

```yaml
- name: Configure poetry
if: steps.cached-poetry.outputs.cache-hit == 'true'
- name: Configure poetry
if: steps.cached-poetry.outputs.cache-hit == 'true'
run: poetry config virtualenvs.in-project true
```

Expand Down

0 comments on commit 972a0e7

Please sign in to comment.