chobberoni / coreyAction

test action repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cowsays-action

Cowsays for GitHub Actions. This Action wraps the ruby_cowsay gem.

 _____________ 
< Ship it!!!!!! >
 ------------- 
      \   ^__^
       \  (oo)\_______
          (__)\       )\/\
              ||----w |
              ||     ||

Usage

workflow "Deploy Master" {
  on = "push"
  resolves = ["cow"]
}

action "cow" {
  uses = "mscoutermarsh/cowsays-action@master"
  args = "Ship it!!!!!"
}

Second Test

On this repo with mergiy

About

test action repo


Languages

Language:Dockerfile 79.5%Language:Ruby 20.5%