diff --git a/action.yml b/action.yml index 59031dd..6912a72 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'TOML Reader' description: 'Read a specific field from a TOML file' +icon: file-text +color: gray-dark inputs: file: description: 'The TOML file to read from'