Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessfraz/shaking-finger-action
A GitHub action that displays a gif of Conan O'Brien shaking his finger to a pull request on fail.
https://github.com/jessfraz/shaking-finger-action
Last synced: 15 days ago
JSON representation
A GitHub action that displays a gif of Conan O'Brien shaking his finger to a pull request on fail.
- Host: GitHub
- URL: https://github.com/jessfraz/shaking-finger-action
- Owner: jessfraz
- Created: 2018-11-13T18:17:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T17:01:40.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T16:35:30.727Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 2.02 MB
- Stars: 95
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shaking Finger Action
[![Travis CI](https://img.shields.io/travis/jessfraz/shaking-finger-action.svg?style=for-the-badge)](https://travis-ci.org/jessfraz/shaking-finger-action)
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](#usage)
- [Contributing](#contributing)
* [Running the tests](#running-the-tests)## Usage
```
workflow "shaking finger action" {
on = "pull_request"
resolves = ["post gif on fail"]
}action "post gif on fail" {
uses = "jessfraz/shaking-finger-action@master"
secrets = ["GITHUB_TOKEN"]
}
```![demo](demo.png)
## Contributing
### Running the tests
The tests use [shellcheck](https://github.com/koalaman/shellcheck). You don't
need to install anything. They run in a container.```console
$ make test
```