Skip to content

tim-actions/dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dispatch

A GitHub Action that dispatch a github dispatch event

Usage

Add .github/workflows/sanity-check.yml with the following:

name: Dispatch
on:
  pull_request:
    types: [opened]
  issue_comment:
    types: [created]]

jobs:
  commits_check_job:
    runs-on: ubuntu-latest
    name: Commits Check
    steps:
    - name:
      id: 'dispatch'
      uses: tim-actions/dispatch@master
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        event: trigger-workflow-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published