/wait-for-other-workflows

An action for wait until other action to complete

Primary LanguageTypeScriptMIT LicenseMIT

Wait for other action

Open Source Love version PRs Welcome test

This action provides a simple way to wait for a specific workflow to complete

Usage

- name: Wait 
  uses: NathanFirmo/wait-for-other-action@v1.0.4
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    workflow: 'workflow-filename.yml'

OBS.: If you get an error in private repos, use a Personal Access Token instead.

Required Inputs

The following inputs are required to use this action:

Input Description
token Your GitHub token. See more in GitHub Docs.
workflow File name of the workflow you wanna wait for.
interval The interval between workflow checks (default is 3s)