Skip to content

A GitHub action to run and yield to remote workflows.

Notifications You must be signed in to change notification settings

DevinPower/run-workflow-and-yield

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

Overview

This action will run a workflow in a remote repostiory and then poll to see if that workflow has finished running.

Parameter Description
owner Owner of the target repository
repostiory Name of the repository
branch Branch or tag name to run the workflow for
access-token GitHub personal access token with read/write for actions
timeout How long before the action will try before giving up
poll-interval How often to check the status of the workflow
enable-logging Whether or not to display debug information in the logs

Example usage

    - name: Sleep
      uses: DevinPower/run-workflow-and-yield@main
      with:
        owner: 'DevinPower'
        repostiory: 'run-workflow-and-yield'
        branch: 'main'
        access-token: 'my super secret key!'
        timeout: 30 #minutes
        poll-interval: 5 #seconds
        enable-logging: true

About

A GitHub action to run and yield to remote workflows.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published