Skip to content

Commit

Permalink
Fix typo in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoH2O1999 committed Feb 7, 2023
1 parent 004f5bb commit 7b22966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ outputs:
description: "The installed Python or PyPy version. Useful when given a version range as input."
value: ${{ steps.setup.outputs.python-version }}
cache-hit:
description: "A boolean value to indicate a cache entry was found"
description: "A boolean value to indicate a cache entry was found."
value: ${{ steps.setup.outputs.cache-hit }}
python-path:
description: "The absolute path to the Python or PyPy executable."
Expand Down

0 comments on commit 7b22966

Please sign in to comment.