From 5ac0cca1c96d1e5aa8782a7a31db3a86cc1d15d4 Mon Sep 17 00:00:00 2001 From: Guilherme Resende Freitas Date: Tue, 16 Apr 2024 17:46:11 -0300 Subject: [PATCH] update action name to publish --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 783486a..52480bc 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'compressed-size-action' -description: 'Get compressed size differences for every PR' -author: 'Jason Miller' +name: 'js-compressed-size-action' +description: 'Get js compressed size differences for every PR' +author: 'OLX Brasil' branding: icon: 'archive' color: 'purple'