Skip to content

Commit 311b45e

Browse files
authored
Update README.md (#4)
1 parent c99f1ca commit 311b45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This action installs Poetry via [`snok/install-poetry`](https://github.com/snok/install-poetry), provides caching for both the poetry binary, installs dependencies based on your `pyproject.toml` and `poetry.lock` and caches the dependencies.
55

66
## Cache Creation
7-
When is the Cache populated?
7+
When is the cache populated?
88

99
* **Poetry binary**<br/>The change of runner OS, Python version, and Poetry version have changed. It will create multiple caches if you are using a matrix strategy.
1010
* **Dependencies**<br/>The change of runner OS, Python version. If you change the content of `poetry.lock`, Actions will still download the cache folder, run the `poetry install`, and then save it to the cache server. It will also create multiple caches if you are using a matrix strategy.
@@ -31,7 +31,7 @@ We assume you already have `pyproject.toml`, `poetry.lock` and a test use case f
3131
Note:
3232

3333
* For your first `push` to `main`, the workflow will download poetry and dependencies and then save it to the cache.
34-
* Your second run *(whether it's on a different job, re-run the job or different workflow [based on your first cached commit](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache))* will use the cache and you can see the improvement.
34+
* Your second run (whether it's on a different job, re-run the job or different workflow [based on your first cached commit](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache)) will use the cache and you can see the improvement.
3535
* You can see list of your cache in `Your Repo` -> `Actions` tab -> `Caches` under `Managements` (left navbar, at the bottom). [Don't forget the limitation of cache](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy).
3636

3737
```yml

0 commit comments

Comments
 (0)