Skip to content

Bash for GitHub Actions

Actions
Runs one or more commands in an Action
1.0.0
Latest
Star (10)

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"]
}

Bash for GitHub Actions 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

Runs one or more commands in an Action
1.0.0
Latest

Bash for GitHub Actions 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.