Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 783 Bytes

File metadata and controls

23 lines (14 loc) · 783 Bytes

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'