Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mscoutermarsh/cowsays-action

Cowsays for GitHub Actions
https://github.com/mscoutermarsh/cowsays-action

Last synced: about 2 months ago
JSON representation

Cowsays for GitHub Actions

Awesome Lists containing this project

README

        

# 🐮 cowsays-action
Cowsays for Actions. Say things in your logs like a Cow.

```
_____________
< Ship it!!!!!! >
-------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||

```

## 🐄 Usage

```yml
on:
push

name: Cowsays

jobs:
cow:
name: Cowsays
runs-on: ubuntu-latest
steps:
- name: Ship it
uses: mscoutermarsh/cowsays-action@master
with:
text: 'ship ship ship!'
color: 'red'
```

## Colors

- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- gray