Skip to content

Commit

Permalink
add desc to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jan 26, 2024
1 parent 7ce2bd7 commit 49d74f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

### Outputs

- **`fontist-version`:** The version of Fontist that was installed. This will be something like 16.0.0 or similar.
- **`fontist-version`:** The version of Fontist that was installed. This will be something like `1.10.0` or similar.

- **`cache-hit`:** Whether or not Fontist was restored from the runner's cache or download anew.

Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ inputs:

outputs:
fontist-version:
description: The version of Fontist that was installed. This will be something like '1.10.0' or similar.
value: ${{ steps.setup-fontist.outputs.fontist-version }}
cache-hit:
description: Whether or not Fontist was restored from the runner's cache or download anew.
value: ${{ steps.setup-fontist.outputs.cache-hit }}

runs:
Expand Down

0 comments on commit 49d74f4

Please sign in to comment.