mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
feat: renamed all colour>color
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user