From a113ccad712e70be3e508e3d30dc5532d351c84e Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Thu, 5 Sep 2019 09:10:29 -0400 Subject: [PATCH] Use code icon --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 443cf73..4ae1fff 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: GitHub Script description: An action for running simple scripts with a GitHub client branding: color: blue - icon: pen-tool + icon: code inputs: script: description: The script to run