Skip to content

Commit

Permalink
feat: created test action
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen committed Aug 25, 2022
1 parent a809bb6 commit d76d7aa
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
on:
release:
types: [published]
name: github-release-to-discord
name: test-action
jobs:
github-release-to-discord:
runs-on: ubuntu-latest
steps:
- 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 }}

0 comments on commit d76d7aa

Please sign in to comment.