mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
chore: updated README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Github Release To Discord Action
|
# GitHub Release To Discord Action
|
||||||
|
|
||||||
This action parses a github release and posts it to a discord channel via a discord webhook.
|
This action parses a GitHub release and posts it to a Discord channel via a Discord webhook.
|
||||||
## Configuration
|
## Configuration
|
||||||
| Variable | Required | Default | Description |
|
| Variable | Required | Default | Description |
|
||||||
|-------------|----------|----------------------------------------------------------------------------------------------------------------|---------------------------------------------|
|
|-------------|----------|----------------------------------------------------------------------------------------------------------------|---------------------------------------------|
|
||||||
@@ -11,7 +11,7 @@ This action parses a github release and posts it to a discord channel via a disc
|
|||||||
|
|
||||||
|
|
||||||
## Output
|
## Output
|
||||||

|

|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
@@ -31,4 +31,7 @@ jobs:
|
|||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
||||||
|
colour: "2105893"
|
||||||
|
username: "Release Changelog"
|
||||||
|
avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user