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: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Github Release To Discord - name: Github Releases To Discord
uses: ./ # Uses an action in the root directory uses: ./ # Uses an action in the root directory
with: with:
webhook_url: ${{ secrets.WEBHOOK_URL }} 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. 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 author: SethCohen
description: Automatically send a stylized Discord webhook of a GitHub Release description to a specified Discord channel. description: Automatically send a stylized Discord webhook of a GitHub Release description to a specified Discord channel.
inputs: inputs:
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "github-release-to-discord", "name": "github-releases-to-discord",
"version": "1.12.1", "version": "1.13.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "github-release-to-discord", "name": "github-releases-to-discord",
"version": "1.13.0", "version": "1.13.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "github-release-to-discord", "name": "github-releases-to-discord",
"version": "1.13.0", "version": "1.13.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
+4 -4
View File
@@ -1,7 +1,7 @@
{ {
"name": "github-release-to-discord", "name": "github-releases-to-discord",
"version": "1.13.0", "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", "type": "module",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -20,9 +20,9 @@
], ],
"author": "SethCohen", "author": "SethCohen",
"bugs": { "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", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.9.1", "@actions/core": "^1.9.1",