mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-07 20:03:23 +00:00
chore: updated action info
This commit is contained in:
@@ -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,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
@@ -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
@@ -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": {
|
||||
|
||||
Generated
+2
-2
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user