The cowsay GitHub Action written in JavaScript
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 |
|| ||
Cowsay (JS) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.