https://github.com/mscoutermarsh/cowsays-action
Cowsays for GitHub Actions
https://github.com/mscoutermarsh/cowsays-action
Last synced: about 1 year ago
JSON representation
Cowsays for GitHub Actions
- Host: GitHub
- URL: https://github.com/mscoutermarsh/cowsays-action
- Owner: mscoutermarsh
- Created: 2018-11-07T18:44:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:01:44.000Z (over 3 years ago)
- Last Synced: 2025-03-20T16:15:37.699Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 MB
- Stars: 38
- Watchers: 1
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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