Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
command

GitHub Action

Babashka (Clojure)

v0.2 Pre-release

Babashka (Clojure)

command

Babashka (Clojure)

Run babashka script or babashka shell command(s) on GitHub Actions

Installation

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

              

- name: Babashka (Clojure)

uses: tzafrirben/babashka-docker-action@v0.2

Learn more about this action in tzafrirben/babashka-docker-action

Choose a version

babashka

Use this action to execute babashka scripts\commands

Inputs

bb_src

Optional babashka script to execute: if the script is stored in local repository, you must first checkout the repository

bb_args

Optional arguments to pass to babashka script

bb_cmd

Optional shell command(s) to execute with bb command(s) to execute

note: you must specify a babashka script or shell commands to execute