feat: renamed all colour>color

This commit is contained in:
SethCohen
2022-08-24 01:18:46 -04:00
parent 7f6cee8772
commit a0914f433a
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ async function getContext () {
async function run () {
try {
const webhookUrl = core.getInput('webhook_url')
const colour = core.getInput('colour')
const color = core.getInput('color')
const username = core.getInput('username')
const avatarUrl = core.getInput('avatar_url')
@@ -41,7 +41,7 @@ async function run () {
const embedMsg = {
title: `Release ${content.version}`,
url: content.html_url,
color: colour,
color: color,
description: description,
}