8000 GitHub - magdemajt/trigger-webhook: Github actions flow to send POST HTTP request
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

magdemajt/trigger-webhook

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigger webhook task

This action call be used to call POST requests with json body and headers.

Inputs

url

Required The url of the webhook to be triggered.

json

JSON to send in the request body

headers

Headers to send in the request

Example usage

uses: magdemajt/trigger-webhook@v1
with:
  url: 'https://example.com'
  json: '{"foo": "bar"}' # optional
  headers: '{"Content-Type": "application/json"}' # optional 

About

Github actions flow to send POST HTTP request

Resources

Stars

Watchers

Forks

Packages

No packages published
0