Skip to content

Just Runner

Used to run Just commands configured via Justfile in the repo, for simple CI/CD workflows.

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
command string true The Just command to run
(defined in Justfile).
environment string true The Github environment to use
for variables.
example_env_file_path string false ".env.example" Path to example dotenv file
to substitute variables for.

Outputs

No outputs.

Secrets

No secrets.

Example Usage