Skip to content

Commit

Permalink
Create webhooks_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Oct 28, 2023
1 parent 02d368c commit e0b36b9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/webhooks_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test Webhooks

on: workflow_dispatch

jobs:

publish:
runs-on: ubuntu-latest

steps:

- name: Checkout project sources

uses: actions/checkout@v2

- uses: matyrobbrt/action-webhooks@main
with:
webhook_url: ''
status: ''

0 comments on commit e0b36b9

Please sign in to comment.