GithubHelp home page GithubHelp logo

zigiai / dispatch-and-wait Goto Github PK

View Code? Open in Web Editor NEW

This project forked from felixp8/dispatch-and-wait

0.0 1.0 4.0 7 KB

A GitHub Action that triggers a workflow and waits for it to succeed before proceeding

License: MIT License

Dockerfile 5.47% Shell 94.53%

dispatch-and-wait's Introduction

dispatch-and-wait

A GitHub Action that triggers a workflow and waits for it to succeed before proceeding. Largely based off of Trigger Workflow and Wait.

Arguments

Name Required Default Description
owner true N/A Owner of the repo where the workflow is to be triggered.
repo true N/A The repo where the workflow is to be triggered.
token true N/A An access token with write permissions to repo.
event_type true N/A The event type parameter to be passed in the repository dispatch request.
client_payload false "{}" The client payload parameter to be passed in the repository dispatch request. Should be in the format '{"key1": "value1", "key2": "value2"}'.
wait_time false 10 Time to wait between workflow status checks, in seconds.
max_time false 60 Maximum time to wait for the workflow to finish before exiting, in seconds.

Example usages

Basic use with user-added secret called ACCESS_TOKEN:

- uses: felixp8/[email protected]
  with:
    owner: username
    repo: reponame
    token: ${{ secrets.ACCESS_TOKEN }}
    event_type: ping

Use with default GITHUB_TOKEN and optional inputs:

- uses: felixp8/[email protected]
  with:
    owner: username
    repo: reponame
    token: ${{ secrets.GITHUB_TOKEN }}
    event_type: ping
    client_payload: '{"ref": "master"}'
    wait_time: 5
    max_time: 120

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.