Skip to content

jcblw/bash

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bash

Usage

Executes each command listed in the Action's args via bash -c.

action "Setup" {
  uses = "jcblw/bash@master"
  args = ["cat <<<$MY_VAR > file.csv"]
}