From 79005b23fefce850957d37ba17ebb796dc81f6a1 Mon Sep 17 00:00:00 2001 From: SethCohen Date: Tue, 23 Aug 2022 23:28:51 -0400 Subject: [PATCH] feat: changed default action colour --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3f05b3a..03ad103 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: colour: description: Decimal colour value for embed. required: false - default: '0' + default: '202225' username: description: String username for webhook. required: false