From 1f280068553b28ba0e158143aab00f19aee3b042 Mon Sep 17 00:00:00 2001 From: seepine <93666053+seepine@users.noreply.github.com> Date: Sat, 26 Jul 2025 08:19:16 +0000 Subject: [PATCH] chore: add action branding --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 02075f4..12915ba 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: 'hash-files' description: 'Compute the SHA256 hash of specified files' +branding: + icon: file + color: blue + author: 'seepine' inputs: workdir: