Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mscoutermarsh/cowsays-action
- Owner: mscoutermarsh
- Created: 2018-11-07T18:44:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:01:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T19:24:30.625Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 MB
- Stars: 37
- Watchers: 2
- 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:
pushname: 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