mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 18:55:30 +00:00
Add branding to action.yml
This commit is contained in:
parent
dd75628fb6
commit
3ac364cc33
|
@ -1,6 +1,9 @@
|
||||||
name: 'Cache APT Packages'
|
name: 'Cache APT Packages'
|
||||||
description: 'Install APT based packages and cache them for future runs.'
|
description: 'Install APT based packages and cache them for future runs.'
|
||||||
author: awalsh128
|
author: awalsh128
|
||||||
|
branding:
|
||||||
|
icon: 'hard-drive'
|
||||||
|
color: 'green'
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in a new issue