Skip to content
message-square

GitHub Action

Cowsay (JS)

v1.0.2 Latest version

Cowsay (JS)

message-square

Cowsay (JS)

The cowsay GitHub Action written in JavaScript

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Cowsay (JS)

uses: gr2m/[email protected]

Learn more about this action in gr2m/cowsay-action

Choose a version

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/[email protected]
        with:
          text: "Hello"

Will log

 _______
< Hello >
 -------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

License

ISC