Skip to content

Cowsay (JS)

Actions
The cowsay GitHub Action written in JavaScript
v1.0.2
Latest
By gr2m
Star (4)

Cowsay Action

The cowsay GitHub Action written in JavaScript

Build Status

Usage

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

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.

About

The cowsay GitHub Action written in JavaScript
v1.0.2
Latest
By gr2m

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.