mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-07 20:03:23 +00:00
feat: created test action
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
name: github-release-to-discord
|
||||
name: test-action
|
||||
jobs:
|
||||
github-release-to-discord:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -9,7 +9,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Github Releases To Discord
|
||||
uses: SethCohen/github-release-to-discord@v1.12.0
|
||||
id: release
|
||||
uses: ./ # Uses an action in the root directory
|
||||
with:
|
||||
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
||||
Reference in New Issue
Block a user