Skip to content

Commit a1ca2b2

Browse files
committed
Update readme
1 parent 820d6db commit a1ca2b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ key: "${{ runner.os }}-poetry-${{ steps.python-setup.outputs.python-version }}-$
99

1010
* Typically, the value of the first variable is `Linux`
1111
* The second variable contains the python version. The value `3.9.7` is the example that can be used.
12-
* The last variable calculates the hash of the `poetry.lock` file. If the `poetry.lock` is updated, then the hash is different, which means that the key is different.
12+
* The third variable calculates the hash of the `poetry.lock` file. If the `poetry.lock` is updated, then the hash is different, which means that the key is different.
13+
* The last variable is the value of the input variable.
1314

1415
The following is the example of the key:
1516
```

0 commit comments

Comments
 (0)