xiaomingplus / ifttt-webhook-action

Simple IFTTT Webhook Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IFTTT Webhook Action

A GitHub action that triggers an IFTTT webhooks event. This is useful for example when you want to trigger a IFTTT webhook after anything you want to trigger a notice at ifttt.

Usage

steps:
  - uses: actionflow/ifttt-webhook-action@v1
    with:
      event: your-webhook-event
      key: your-webhook-secret-key
      value1: optional-value
      value2: optional-value
      value3: optional-value

About

Simple IFTTT Webhook Action


Languages

Language:JavaScript 100.0%