Skip to content

NREL/alfalfa-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Alfalfa Action V1

This action creates an instance of Alfalfa, that can be used by projects which rely on it.

Usage

- uses: NREL/alfalfa-action@v1
  with:
    # Docker image tag for pulling Alfalfa containers
    # Default: 'develop' (images generated when develop branch is updated)
    tag: ''

    # Number of workers to run
    # Default: 1
    worker-scale: ''

    # Alfalfa repository ref where compose file can be found.
    # If 'tag' is changed this should point to the correct ref for new tag
    # Default: 'develop'
    compose-file-ref: ''

About

GitHub action to run Alfalfa

Resources

Stars

Watchers

Forks

Packages

No packages published