Skip to content
box

GitHub Action

Project-Env Github Action

v1.4.0 Latest version

Project-Env Github Action

box

Project-Env Github Action

Sets up the runner environment with the Project-Env CLI

Installation

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

              

- name: Project-Env Github Action

uses: Project-Env/project-env-github-action@v1.4.0

Learn more about this action in Project-Env/project-env-github-action

Choose a version

Project-Env Github Action

Build

This action sets up the runner environment with the Project-Env shell. See Project-Env for more details about Project-Env.

Inputs

cli-version

Version of Project-Env CLI to use. If not specified, the latest version will be used.

cli-debug

Whether to activate the debug mode of the Project-Env CLI.

Example usage

uses: project-env/project-env-github-action@v1.0.0
with:
  cli-version: '3.0.4'