From c240910f8922fb8492346613f67a84811a0fdbac Mon Sep 17 00:00:00 2001 From: SethCohen Date: Wed, 24 Aug 2022 21:12:53 -0400 Subject: [PATCH] chore: updated action info --- .github/workflows/test.yml | 2 +- README.md | 2 +- action.yml | 2 +- node_modules/.package-lock.json | 4 ++-- package-lock.json | 4 ++-- package.json | 8 ++++---- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1b2699..2c6eff0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} \ No newline at end of file diff --git a/README.md b/README.md index c988e03..9e23b8a 100644 --- a/README.md +++ b/README.md @@ -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. --- diff --git a/action.yml b/action.yml index 2b48121..451506e 100644 --- a/action.yml +++ b/action.yml @@ -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: diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index d576188..d47aa72 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -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": { diff --git a/package-lock.json b/package-lock.json index 9a668d0..d7b22df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 0d3edd5..b2f4604 100644 --- a/package.json +++ b/package.json @@ -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",