Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
/ actions-old Public archive
forked from bltavares/actions

Latest commit

 

History

History
 
 

bash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

sh action

Based on @actions' sh, with more utilities available

Usage

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

The lib.sh functions are available on the container, at /lib.sh, if scripts would like to use the functions.

action "Shell" {
  uses = "bltavares/actions/bash@master"
  args = ["ls -ltr"]
}