votruk / artifact-exists-action

GitHub Actions Artifact Existence Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artifact Exists Action

This action checks if an artifact exists and is available in the workflow.

Inputs

  • name(Required) - The name of the artifact to be checked.

Outputs

  • exists - Determines if the artifact with the provided name is present.

Example usage

uses: xSAVIKx/artifact-exists-action@v0
with:
  name: 'coverage-artifact'

About

GitHub Actions Artifact Existence Checker

License:MIT License


Languages

Language:JavaScript 100.0%