Skip to content

Commit

Permalink
tweak action config
Browse files Browse the repository at this point in the history
  • Loading branch information
daaku committed Nov 1, 2022
1 parent 2007b65 commit d8e3cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Cache apt-install
description: Cache apt-install.
author: daaku
branding:
icon: hard-drive
color: green
icon: zap
color: orange

inputs:
packages:
Expand All @@ -16,7 +16,7 @@ inputs:

outputs:
cache-hit:
description: A boolean value to indicate a cache was found for the packages requested.
description: Boolean value to indicate a cache hit occurred.
value: ${{ steps.cache.outputs.cache-hit || false }}

runs:
Expand Down

0 comments on commit d8e3cce

Please sign in to comment.