Skip to content

NathanFirmo/wait-for-other-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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/[email protected]
  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.