Skip to content

marekvacha/actions-workflow-pipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actions-workflow-pipeline

Trigger additional workflows

Usage

Trigger one or more workflows

uses: mego22/actions-workflow-pipeline@main
with:
  token: "${{ secrets.TOKEN }}"
  dispatch: '[{"org": "mego22" ,"repo": "action-workflow-pipeline","branch": "main","workflow": "test.yml"}]'

Inputs

  • token - Token with privileges to run workflows
  • dispatch - JSON with the org, repo, branch, and workflow

About

Trigger additional workflows

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 92.2%
  • Dockerfile 7.8%