From 38955b4fdbe13887a9672580d4bc7bb77b8fc0f6 Mon Sep 17 00:00:00 2001 From: HyperCodec <72839119+HyperCodec@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:29:29 -0400 Subject: [PATCH] rebranding --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index f789619..df439ed 100644 --- a/action.yml +++ b/action.yml @@ -2,8 +2,8 @@ name: "Deploy with Shuttle" description: "Deploy code to production server using cargo-shuttle" author: "HyperCodec" branding: - icon: "play-circle" - color: "gray-dark" + icon: "truck" + color: "orangeRed" inputs: api_key: description: "API key for Shuttle account" @@ -14,4 +14,4 @@ inputs: description: "The path to your shuttle project" runs: using: "node16" - main: main.js \ No newline at end of file + main: main.js