Categorygithub.com/tamj0rd2/pipeline-status-action
repositorypackage
1.2.0
Repository: https://github.com/tamj0rd2/pipeline-status-action.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

pipeline-status-action

This action polls the github status API for the given statuses to complete successfully and sends a message on slack if any of the checks have failed or do not complete within the specified timeout.

Inputs

Take a look at ./action.yaml for the full list of inputs and defaults etc

Example usage

on:
  push:
    branches:
      - main

jobs:
  report-failed-commits:
    runs-on: ubuntu-latest
    steps:
      - name: Check pipeline statuses
        uses: tamj0rd2/[email protected]
        with:
          checkNames: statusName1,status with spaces in the name,another-status-name