https://github.com/gr2m/cowsay-action
The cowsay GitHub Action written in JavaScript
https://github.com/gr2m/cowsay-action
Last synced: about 1 year ago
JSON representation
The cowsay GitHub Action written in JavaScript
- Host: GitHub
- URL: https://github.com/gr2m/cowsay-action
- Owner: gr2m
- License: isc
- Created: 2021-04-27T00:02:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T19:38:48.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T23:46:04.929Z (over 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cowsay Action
> The cowsay GitHub Action written in JavaScript
[](https://github.com/gr2m/cowsay-action/actions)
## Usage
```yml
name: Hello world!
on:
push:
branches:
- master
jobs:
sayHelloWorld:
runs-on: ubuntu-latest
steps:
- uses: gr2m/cowsay-action@v1.x
with:
text: "Hello"
```
Will log
```
_______
< Hello >
-------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
```
## License
[ISC](LICENSE)