Skip to content
clock

GitHub Action

Wait for other action

v1.0.4 Latest version

Wait for other action

clock

Wait for other action

Simple action to wait for other action

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Wait for other action

uses: NathanFirmo/[email protected]

Learn more about this action in NathanFirmo/wait-for-other-action

Choose a version

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.