chore: updated action info

This commit is contained in:
SethCohen
2022-08-24 21:12:53 -04:00
parent a12acb913f
commit c240910f89
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Release To Discord
- name: Github Releases To Discord
uses: ./ # Uses an action in the root directory
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
+1 -1
View File
@@ -1,4 +1,4 @@
# GitHub Release To Discord Action
# GitHub Releases To Discord Action
A GitHub action that parses a GitHub release and posts it to a Discord channel as a stylized Discord webhook.
---
+1 -1
View File
@@ -1,4 +1,4 @@
name: Github Release To Discord
name: Github Releases To Discord
author: SethCohen
description: Automatically send a stylized Discord webhook of a GitHub Release description to a specified Discord channel.
inputs:
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "github-release-to-discord",
"version": "1.12.1",
"name": "github-releases-to-discord",
"version": "1.13.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "github-release-to-discord",
"name": "github-releases-to-discord",
"version": "1.13.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "github-release-to-discord",
"name": "github-releases-to-discord",
"version": "1.13.0",
"license": "MIT",
"dependencies": {
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "github-release-to-discord",
"name": "github-releases-to-discord",
"version": "1.13.0",
"description": "Github Action that parses a release and sends it to a Discord channel",
"description": "A GitHub Action that automatically sends a stylized Discord webhook of a GitHub Release description to a specified Discord channel.",
"type": "module",
"main": "index.js",
"scripts": {
@@ -20,9 +20,9 @@
],
"author": "SethCohen",
"bugs": {
"url": "https://github.com/SethCohen/github-release-to-discord/issues"
"url": "https://github.com/SethCohen/github-releases-to-discord/issues"
},
"homepage": "https://github.com/SethCohen/github-release-to-discord#readme",
"homepage": "https://github.com/SethCohen/github-releases-to-discord#readme",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",