All Projects → jessfraz → Shaking Finger Action

jessfraz / Shaking Finger Action

A GitHub action that displays a gif of Conan O'Brien shaking his finger to a pull request on fail.

Programming Languages

shell
77523 projects

Shaking Finger Action

Travis CI

A GitHub action that displays a gif of Conan O'Brien shaking his finger to a pull request on fail.

It will also automatically clean up the comment when the build passes :)

Table of Contents

Usage

workflow "shaking finger action" {
  on = "pull_request"
  resolves = ["post gif on fail"]
}

action "post gif on fail" {
  uses = "jessfraz/[email protected]"
  secrets = ["GITHUB_TOKEN"]
}

demo

Contributing

Running the tests

The tests use shellcheck. You don't need to install anything. They run in a container.

$ make test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].